Fix attestation subject-name to use single image name instead of multiple tags

This commit is contained in:
shocknet-justin 2025-09-09 15:22:43 -04:00
parent b15bd9685c
commit 3eec776fa6

View file

@ -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