File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 version :
1414 description : ' Detected or calculated version'
1515 value : ${{ jobs.prepare.outputs.version }}
16+ image-digests :
17+ description : ' JSON with all merged image manifest digests'
18+ value : ${{ jobs.merge.outputs.image-digests }}
1619 inputs :
1720 version-previous :
1821 description : ' The strategy to detect the previous version: auto, from-tag, from-file or manual'
@@ -1136,13 +1139,16 @@ jobs:
11361139 - image-build
11371140 if : ${{ !failure() && !cancelled() }}
11381141 runs-on : ${{ inputs.runner-default }}
1142+ outputs :
1143+ image-digests : ${{ steps.merge.outputs.image-digests }}
11391144 steps :
11401145 - name : Download updated source
11411146 uses : eviden-actions/download-artifact@v2
11421147 with :
11431148 name : ${{ inputs.source-artifact-name }}
11441149
11451150 - uses : getdevopspro/github-actions/buildx-bake/merge@v4.0.5
1151+ id : merge
11461152 with :
11471153 registry-username : ${{ inputs.registry-username }}
11481154 registry-password : ${{ secrets.registry-password || secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments