File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -193,16 +193,11 @@ jobs:
193193 id : attest-stripped-ghcr
194194 with :
195195 subject-name : ${{ inputs.ghcrImageName || format('ghcr.io/{0}', github.repository) }}
196- subject-digest : ${{ steps.build.outputs.stripped_digest }}
196+ subject-digest : |
197+ ${{ steps.build.outputs.stripped_digest }}
198+ ${{ steps.build.outputs.debuggable_digest }}
197199 push-to-registry : true
198200
199- - name : Generate provenance attestation for debuggable image at ghcr.io
200- uses : actions/attest-build-provenance@v2
201- id : attest-debuggable-ghcr
202- with :
203- subject-name : ${{ inputs.ghcrImageName || format('ghcr.io/{0}', github.repository) }}
204- subject-digest : ${{ steps.build.outputs.debuggable_digest }}
205- push-to-registry : true
206201
207202 - name : Generate provenance attestation for stripped image at dockerhub
208203 uses : actions/attest-build-provenance@v2
You can’t perform that action at this time.
0 commit comments