From eacde3deb852437f5ce7bfeb848b6ba3159f7c3e Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Tue, 24 Jun 2025 11:15:28 -0400 Subject: [PATCH] chore: attestation is sha256 based, we dont need tags --- .github/workflows/next.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/next.yaml b/.github/workflows/next.yaml index d1bfa42..c338328 100644 --- a/.github/workflows/next.yaml +++ b/.github/workflows/next.yaml @@ -75,6 +75,6 @@ jobs: uses: actions/attest-build-provenance@v2 id: attest with: - subject-name: ghcr.io/${{ github.repository }}:${{ matrix.tag }} + subject-name: ghcr.io/${{ github.repository }} subject-digest: ${{ steps.push.outputs.digest }} push-to-registry: true