mirror of
https://github.com/tale/headplane.git
synced 2026-08-21 18:26:38 +00:00
chore: attestation is sha256 based, we dont need tags
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user