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