Skip to content

Commit

Permalink
Fix image tag for prod deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Nov 20, 2024
1 parent 19ceb81 commit 27911f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
secrets: inherit
with:
environment: Production
server_image_tag: "${{ needs.build-dev-container.outputs.server_image_tag }}"
client_image_tag: "${{ needs.build-dev-container.outputs.client_image_tag }}"
server_image_tag: "${{ needs.build-prod-container.outputs.server_image_tag }}"
client_image_tag: "${{ needs.build-prod-container.outputs.client_image_tag }}"

0 comments on commit 27911f9

Please sign in to comment.