remove attestation from docker workflow
All checks were successful
Build and Publish Docker Images / Push Docker image to Docker Hub (push) Successful in 25s

I don't know what this is or what value this adds, so removing it for now as it doesn't work on gitea
This commit is contained in:
2026-02-23 19:04:15 -08:00
parent 44a0c44036
commit 30fa0658b0

View File

@@ -50,11 +50,4 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} 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