Skip to content

Commit

Permalink
remove actions/attest-build-provenance for now
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed May 8, 2024
1 parent bd7eebd commit 11b470b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
# platforms: linux/amd64,linux/arm64

- name: generate artifact attestation
uses: actions/[email protected]
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: ${{ github.event_name != 'pull_request' }}
# - name: generate artifact attestation
# uses: actions/[email protected]
# with:
# subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
# subject-digest: ${{ steps.push.outputs.digest }}
# push-to-registry: ${{ github.event_name != 'pull_request' }}

0 comments on commit 11b470b

Please sign in to comment.