From ad79e47ae4c1e3fad531a6b4191f68c3b1a5fd52 Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sat, 11 Jan 2025 14:27:58 +0100 Subject: [PATCH] No attestation --- .github/workflows/publish.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 305aa3e..cd6bb0d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -39,11 +39,4 @@ jobs: file: ./Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 - with: - subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}} - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file