Skip to content

Commit 266d704

Browse files
committed
only perform Attest container provenance in case this isn't a dry-run
1 parent b9dac6c commit 266d704

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ jobs:
506506
run: echo ${{ steps.docker_build.outputs.digest }}
507507

508508
- name: Attest container provenance
509+
if: github.event.inputs.test_workflow != 'true'
509510
uses: actions/attest-build-provenance@v2
510511
id: attest
511512
with:

0 commit comments

Comments
 (0)