We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3686f8 commit 4b6f620Copy full SHA for 4b6f620
1 file changed
.github/workflows/build.yml
@@ -18,7 +18,7 @@ on:
18
value: ${{ jobs.prepare.outputs.commit-sha }}
19
image-digests:
20
description: 'JSON with all merged image manifest digests'
21
- value: ${{ jobs.merge.outputs.image-digests }}
+ value: ${{ jobs.image-push.outputs.image-digests }}
22
inputs:
23
version-previous:
24
description: 'The strategy to detect the previous version: auto, from-tag, from-file or manual'
0 commit comments