chore: attestation is sha256 based, we dont need tags

This commit is contained in:
Aarnav Tale
2025-06-24 11:15:28 -04:00
parent fc7bedc8b1
commit eacde3deb8
+1 -1
View File
@@ -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