Skip to content

Commit d81cf4d

Browse files
committed
Bump cosign
1 parent 559f5e4 commit d81cf4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
# https://github.com/sigstore/cosign-installer
4040
- name: Install cosign
4141
if: github.event_name != 'pull_request'
42-
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
43-
with:
44-
cosign-release: 'v1.11.0'
42+
uses: sigstore/cosign-installer@v3.5.0 #v2.6.0
43+
# with:
44+
# cosign-release: 'v1.11.0'
4545

4646

4747
# Workaround: https://github.com/docker/build-push-action/issues/461

0 commit comments

Comments
 (0)