Skip to content

Commit 4b6f620

Browse files
committed
fix(bake): set image-digests output
1 parent a3686f8 commit 4b6f620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
value: ${{ jobs.prepare.outputs.commit-sha }}
1919
image-digests:
2020
description: 'JSON with all merged image manifest digests'
21-
value: ${{ jobs.merge.outputs.image-digests }}
21+
value: ${{ jobs.image-push.outputs.image-digests }}
2222
inputs:
2323
version-previous:
2424
description: 'The strategy to detect the previous version: auto, from-tag, from-file or manual'

0 commit comments

Comments
 (0)