From 3eec776fa6983e511d9afcd7058ba30a1828a539 Mon Sep 17 00:00:00 2001 From: shocknet-justin Date: Tue, 9 Sep 2025 15:22:43 -0400 Subject: [PATCH] Fix attestation subject-name to use single image name instead of multiple tags --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index c110d708..9f2acbf9 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -69,5 +69,5 @@ jobs: uses: actions/attest-build-provenance@v1 with: 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