chore: attestation is sha256 based, we dont need tags
This commit is contained in:
parent
fc7bedc8b1
commit
eacde3deb8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/next.yaml
vendored
2
.github/workflows/next.yaml
vendored
|
|
@ -75,6 +75,6 @@ jobs:
|
||||||
uses: actions/attest-build-provenance@v2
|
uses: actions/attest-build-provenance@v2
|
||||||
id: attest
|
id: attest
|
||||||
with:
|
with:
|
||||||
subject-name: ghcr.io/${{ github.repository }}:${{ matrix.tag }}
|
subject-name: ghcr.io/${{ github.repository }}
|
||||||
subject-digest: ${{ steps.push.outputs.digest }}
|
subject-digest: ${{ steps.push.outputs.digest }}
|
||||||
push-to-registry: true
|
push-to-registry: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue