From 7a0674bfdb6f9540dd5bb1f81ef73bd64ea3f024 Mon Sep 17 00:00:00 2001 From: Aidan Date: Thu, 8 May 2025 23:54:34 -0400 Subject: [PATCH] ci: don't attest --- .gitea/workflows/push.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index 6ec56aa..0ff437f 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -14,8 +14,6 @@ jobs: permissions: packages: write contents: read - attestations: write - id-token: write steps: - name: Check out the repo uses: actions/checkout@v4 @@ -40,11 +38,4 @@ jobs: file: ./Dockerfile push: true tags: p0ntus/aidxncc:latest - labels: ${{ steps.meta.outputs.labels }} - - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 - with: - subject-name: index.docker.io/p0ntus/aidxncc - 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