Remove attestation of non-existent container

This commit is contained in:
Alex Lovell-Troy 2024-07-17 17:02:44 -04:00
parent 54fce64802
commit 68745c1800
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ jobs:
fetch-tags: 1 fetch-tags: 1
fetch-depth: 0 fetch-depth: 0
- name: Release with goreleaser - name: Release with goreleaser
uses: goreleaser/goreleaser-action@v5 uses: goreleaser/goreleaser-action@v6
env: env:
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}
with: with:
@ -47,9 +47,3 @@ jobs:
uses: actions/attest-build-provenance@v1 uses: actions/attest-build-provenance@v1
with: with:
subject-path: magellan subject-path: magellan
- name: generate build provenance
uses: actions/attest-build-provenance@v1
with:
subject-name: ghcr.io/openchami/magellan
subject-digest: ${{ steps.process_goreleaser_output.outputs.digest }}
push-to-registry: true