From 3722fecc4b4ae6b961e236c35604bbd91b050532 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Fri, 23 Aug 2024 10:08:12 +0100 Subject: [PATCH] Drop attenstation for now. --- .github/workflows/publish-docker-image.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-docker-image.yaml b/.github/workflows/publish-docker-image.yaml index 79f295b..f841ae3 100644 --- a/.github/workflows/publish-docker-image.yaml +++ b/.github/workflows/publish-docker-image.yaml @@ -60,10 +60,10 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v1 - with: - subject-name: ghcr.io/${{ github.repository }} - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true +# - name: Generate artifact attestation +# uses: actions/attest-build-provenance@v1 +# with: +# subject-name: ghcr.io/${{ github.repository }} +# subject-digest: ${{ steps.push.outputs.digest }} +# push-to-registry: true