Skip to content

Commit

Permalink
Update publish-docker.yml
Browse files Browse the repository at this point in the history
Remove attestation, automatically added by docker/build-push-action
  • Loading branch information
longzheng authored Aug 27, 2024
1 parent b60dacf commit 79f80af
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,3 @@ jobs:
with:
push: true
tags: ${{ vars.DOCKERHUB_USERNAME }}/${{ vars.DOCKERHUB_REPO }}:latest

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

0 comments on commit 79f80af

Please sign in to comment.