File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 # ghcr.io/syslogic/rpm-builder:syslogic-rpm-builder-latest
4141 # > pushing syslogic/builder:syslogic-builder-latest with docker:
4242 # ERROR: unauthorized: access token has insufficient scopes
43- images : ghcr.io/ ${{ GITHUB.ACTOR }}/${{ MATRIX.TARGET }}
43+ images : ${{ GITHUB.ACTOR }}/${{ MATRIX.TARGET }}
4444 tags : ${{ GITHUB.ACTOR }}/${{ MATRIX.TARGET }}:latest
4545
4646 # https://github.com/marketplace/actions/build-and-push-docker-images
6060 - name : Generate artifact attestation
6161 uses : ' actions/attest-build-provenance@v2'
6262 with :
63- subject-name : ghcr.io/${{ GITHUB.ACTOR }}/${{ MATRIX.TARGET }}
63+ subject-name : ghcr.io/${{ steps.metadata.outputs.tags }}
6464 # subject-path: ${{ GITHUB.ACTOR }}/${{ MATRIX.TARGET }}
6565 subject-digest : ${{ steps.metadata.outputs.digest }}
6666 push-to-registry : true
You can’t perform that action at this time.
0 commit comments