forked from mirror/Archipelago
remove attestation from docker workflow
All checks were successful
Build and Publish Docker Images / Push Docker image to Docker Hub (push) Successful in 25s
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:
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@@ -51,10 +51,3 @@ jobs:
|
||||
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
|
||||
Reference in New Issue
Block a user