Fix attestation subject-name to use single image name instead of multiple tags
This commit is contained in:
parent
b15bd9685c
commit
3eec776fa6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -69,5 +69,5 @@ jobs:
|
||||||
uses: actions/attest-build-provenance@v1
|
uses: actions/attest-build-provenance@v1
|
||||||
with:
|
with:
|
||||||
subject-digest: ${{ steps.capture-digest.outputs.digest }}
|
subject-digest: ${{ steps.capture-digest.outputs.digest }}
|
||||||
subject-name: ${{ steps.meta.outputs.tags }}
|
subject-name: ghcr.io/${{ github.repository_owner }}/lightning-pub
|
||||||
push-to-registry: true
|
push-to-registry: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue