We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99d524 commit c1b867aCopy full SHA for c1b867a
.github/workflows/backend-dev.yml
@@ -56,11 +56,12 @@ jobs:
56
docker pull "$IMAGE"
57
docker rm -f "$NAME" || true
58
docker run -d \
59
- --name "$NAME" \
+ --name quizzes_game_io_backend_app \
60
--restart unless-stopped \
61
- --env-file "$ENV_FILE" \
+ --env-file /home/github-runner/app/.env \
62
+ --network quizzes_game_io_backend_default \
63
-p 127.0.0.1:8080:8080 \
- "$IMAGE"
64
+ ghcr.io/modern-agile-team/quizz-game-io-backend:latest
65
66
# - name: Health check
67
# run: curl -fsS http://127.0.0.1:3000/health
0 commit comments