We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acc15f commit b3ecadeCopy full SHA for b3ecade
1 file changed
.github/workflows/build_and_publish.yml
@@ -85,6 +85,7 @@ jobs:
85
--detach \
86
--restart always \
87
--network=web \
88
+ --network=kafka \
89
--env DB_DSN='${{ secrets.DB_DSN }}' \
90
--env ROOT_PATH='/auth' \
91
--env EMAIL='${{ secrets.EMAIL }}' \
@@ -159,6 +160,7 @@ jobs:
159
160
161
162
163
164
165
166
0 commit comments