From 68745c18008ac2107a1bd062fd4911ccd97c84ab Mon Sep 17 00:00:00 2001 From: Alex Lovell-Troy Date: Wed, 17 Jul 2024 17:02:44 -0400 Subject: [PATCH] Remove attestation of non-existent container --- .github/workflows/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc321d6..7619c32 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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