Skip to content

Commit

Permalink
fix: do not push build provenance attestations on pull requests build…
Browse files Browse the repository at this point in the history
… since they only run for validation purposes
  • Loading branch information
clowa committed Aug 20, 2024
1 parent b313908 commit 337a3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_FULL}}
subject-digest: ${{ steps.docker_build.outputs.digest }}
push-to-registry: true
push-to-registry: ${{ github.event_name != 'pull_request' }}

0 comments on commit 337a3a6

Please sign in to comment.