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 559f5e4 commit d81cf4dCopy full SHA for d81cf4d
.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
43
- with:
44
- cosign-release: 'v1.11.0'
+ uses: sigstore/cosign-installer@v3.5.0 #v2.6.0
+# with:
+# cosign-release: 'v1.11.0'
45
46
47
# Workaround: https://github.com/docker/build-push-action/issues/461
0 commit comments