Skip to content

Commit 2fe839f

Browse files
committed
fix: update digest extraction for cosign signing in CI workflow
1 parent 2e3ffa0 commit 2fe839f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-bake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@ jobs:
144144
if: github.event_name != 'pull_request'
145145
env:
146146
TAGS: ${{ steps.meta.outputs.tags }}
147-
DIGEST: ${{ fromJSON(steps.build-final.outputs.metadata).default['containerimage.digest'] }}
147+
DIGEST: ${{ fromJSON(steps.build-final.outputs.metadata).prod['containerimage.digest'] }}
148148
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
149149

0 commit comments

Comments
 (0)