File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9292 id-token : write
9393 attestations : write
9494 env :
95+ IMAGE_REPO : ${{ inputs.docker-registry }}/${{ inputs.image-name }}
9596 FROM_IMAGE : ${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }}
9697 DEBUG_IMAGE : ${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }}-scone-debug-${{ inputs.sconify-version }}
9798 PROD_IMAGE : ${{ inputs.docker-registry }}/${{ inputs.image-name }}:${{ inputs.image-tag }}-scone-prod-${{ inputs.sconify-version }}
@@ -157,7 +158,7 @@ jobs:
157158 if : ${{ inputs.sconify-debug }}
158159 uses : actions/attest-build-provenance@v2
159160 with :
160- subject-name : ${{ env.DEBUG_IMAGE }}
161+ subject-name : ${{ env.IMAGE_REPO }}
161162 subject-digest : sha256:${{ steps.push-debug.outputs.checksum }}
162163 push-to-registry : true
163164
@@ -199,6 +200,6 @@ jobs:
199200 if : ${{ inputs.sconify-prod }}
200201 uses : actions/attest-build-provenance@v2
201202 with :
202- subject-name : ${{ env.PROD_IMAGE }}
203+ subject-name : ${{ env.IMAGE_REPO }}
203204 subject-digest : sha256:${{ steps.push-prod.outputs.checksum }}
204205 push-to-registry : true
You can’t perform that action at this time.
0 commit comments