Skip to content

Commit

Permalink
chore: do not push attestation on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Jan 22, 2025
1 parent 070e2fe commit c409019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-push-devcontainer-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
done
- name: Attest the provenance of the Docker image build
if: ${{ github.event_name != 'pull_request' }}
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
id: attest
env:
Expand Down

0 comments on commit c409019

Please sign in to comment.