We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fc0e1 commit 8643c57Copy full SHA for 8643c57
.github/workflows/docker-publish.yml
@@ -39,9 +39,9 @@ jobs:
39
# https://github.com/sigstore/cosign-installer
40
- name: Install cosign
41
if: github.event_name != 'pull_request'
42
- uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
+ uses: sigstore/cosign-installer@v3.6.0 #v2.6.0
43
with:
44
- cosign-release: 'v1.13.1'
+ cosign-release: 'v2.4.0'
45
46
47
# Workaround: https://github.com/docker/build-push-action/issues/461
0 commit comments