mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-19 19:17:02 -07:00
Remove attestation of non-existent container
This commit is contained in:
parent
54fce64802
commit
68745c1800
1 changed files with 1 additions and 7 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
fetch-tags: 1
|
||||
fetch-depth: 0
|
||||
- name: Release with goreleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
uses: goreleaser/goreleaser-action@v6
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
with:
|
||||
|
|
@ -47,9 +47,3 @@ jobs:
|
|||
uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue