From f051844e0112987a5af0343c65623307b6132e2a Mon Sep 17 00:00:00 2001 From: Barry d'Hoine Date: Wed, 11 Dec 2024 13:56:25 +0100 Subject: [PATCH] Temporary disable attestation --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b197a90..1162703 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,13 +66,13 @@ jobs: build-args: | RUNMODE=${{ matrix.runmode }} PORT=${{ matrix.runmode == 'author' && '4502' || '4503' }} - - name: Generate artifact attestation - if: github.ref == 'refs/heads/main' - uses: actions/attest-build-provenance@v1 - with: - subject-name: ${{ env.registry }}/${{ github.repository }} - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true +# - name: Generate artifact attestation +# if: github.ref == 'refs/heads/main' +# uses: actions/attest-build-provenance@v1 +# with: +# subject-name: ${{ env.registry }}/${{ github.repository }} +# subject-digest: ${{ steps.push.outputs.digest }} +# push-to-registry: true manifest: name: Create manifest