File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 - name : Checkout repository
3232 uses : actions/checkout@v3
3333
34- # Install the cosign tool except on PR
35- # https://github.com/sigstore/cosign-installer
36- - name : Install cosign
37- if : github.event_name != 'pull_request'
38- uses : sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 # v2.6.0
39- with :
40- cosign-release : ' v1.11.0'
34+ # # Install the cosign tool except on PR
35+ # # https://github.com/sigstore/cosign-installer
36+ # - name: Install cosign
37+ # if: github.event_name != 'pull_request'
38+ # uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
39+ # with:
40+ # cosign-release: 'v1.11.0'
4141
4242
4343 # Workaround: https://github.com/docker/build-push-action/issues/461
You can’t perform that action at this time.
0 commit comments