We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df495a0 commit f52ed62Copy full SHA for f52ed62
.github/workflows/build_and_publish.yml
@@ -100,7 +100,7 @@ jobs:
100
docker run \
101
--detach \
102
--restart always \
103
- --network=web \
+ --network=kafka \
104
--env DB_DSN='${{ secrets.DB_DSN }}' \
105
--env KAFKA_DSN='${{ secrets.KAFKA_DSN }}' \
106
--env KAFKA_LOGIN='${{ secrets.KAFKA_LOGIN }}' \
@@ -162,7 +162,7 @@ jobs:
162
163
164
165
166
167
168
0 commit comments