mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -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-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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue