Skip to content

Commit

Permalink
Change docker build CI environment to correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
pitastrudl committed Sep 20, 2024
1 parent b200912 commit 8ac0e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
deploy:
runs-on: ubuntu-24.04
needs: build-and-push
environment: test-frontend-zminec
environment: badger-servers
env:
DOCKER_TAG: ${{ needs.build-and-push.outputs.image_sha }} # Pass the SHA to deploy
steps:
Expand Down

0 comments on commit 8ac0e87

Please sign in to comment.