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 b840e5a commit 9e86539Copy full SHA for 9e86539
.github/workflows/ghcr_publish.yml
@@ -38,10 +38,9 @@ jobs:
38
# https://github.com/sigstore/cosign-installer
39
- name: Install cosign
40
if: github.event_name != 'pull_request'
41
- uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
+ uses: sigstore/cosign-installer@v3.1.1
42
with:
43
- cosign-release: 'v1.13.1'
44
-
+ cosign-release: 'v2.1.1'
45
46
# Workaround: https://github.com/docker/build-push-action/issues/461
47
- name: Setup Docker buildx
0 commit comments