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 2e3ffa0 commit 2fe839fCopy full SHA for 2fe839f
.github/workflows/ci-bake.yaml
@@ -144,6 +144,6 @@ jobs:
144
if: github.event_name != 'pull_request'
145
env:
146
TAGS: ${{ steps.meta.outputs.tags }}
147
- DIGEST: ${{ fromJSON(steps.build-final.outputs.metadata).default['containerimage.digest'] }}
+ DIGEST: ${{ fromJSON(steps.build-final.outputs.metadata).prod['containerimage.digest'] }}
148
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
149
0 commit comments