Skip to content

Commit

Permalink
Merge pull request #126 from cyber-dojo/add-digest-to-image-name
Browse files Browse the repository at this point in the history
Add digest to image name when deploying to beta environment
  • Loading branch information
JonJagger authored Feb 2, 2025
2 parents b74970c + a2943af commit 4729027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,9 @@ jobs:

deploy-to-beta:
uses: ./.github/workflows/sub_deploy_to_beta.yml
needs: [setup, approve-deployment-to-beta]
needs: [setup, build-image, approve-deployment-to-beta]
with:
IMAGE_TAG: ${{ needs.setup.outputs.image_tag }}
IMAGE_TAG: ${{ needs.setup.outputs.image_tag }}@sha256:${{ needs.build-image.outputs.digest }}


approve-deployment-to-prod:
Expand Down

0 comments on commit 4729027

Please sign in to comment.