From 30fa0658b02ff60e4e0c582326fadbb60b824bad Mon Sep 17 00:00:00 2001 From: ubufugu Date: Mon, 23 Feb 2026 19:04:15 -0800 Subject: [PATCH] remove attestation from docker workflow I don't know what this is or what value this adds, so removing it for now as it doesn't work on gitea --- .github/workflows/docker.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a6939939cc..51dbc23700 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -50,11 +50,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@v3 - with: - subject-name: index.docker.io/ubufugu/dockipelago - 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