We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5760480 commit 2a1c25cCopy full SHA for 2a1c25c
1 file changed
.github/workflows/ci-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
needs: build
18
uses: ./.github/workflows/_deploy.yml
19
with:
20
- image_tag: ${{ needs.build.outputs.image_tag }}
+ image_tag: '${{ needs.build.outputs.image_tag }}@${{ needs.build.outputs.image_digest }}'
21
deployment_name: vela
22
environment: ${{ github.ref_name == 'main' && 'prod' || 'dev' }}
23
secrets: inherit
0 commit comments