Skip to content

Commit 1939fae

Browse files
committed
just sign the image if pushing
1 parent dc62a20 commit 1939fae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ runs:
200200
uses: sigstore/[email protected]
201201

202202
- name: Sign the images with GitHub OIDC Token
203+
if: ${{ inputs.push }}
203204
env:
204205
DIGEST: ${{ steps.build-and-push.outputs.digest }}
205206
TAGS: ${{ inputs.tags }}

0 commit comments

Comments
 (0)