We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eeab98 commit 9a56d13Copy full SHA for 9a56d13
.github/workflows/build-and-publish.yml
@@ -52,10 +52,7 @@ jobs:
52
# https://github.com/sigstore/cosign-installer
53
- name: Install cosign
54
if: github.event_name != 'pull_request'
55
- uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
56
- with:
57
- cosign-release: 'v1.13.1'
58
-
+ uses: sigstore/cosign-installer@v3.1.1
59
60
# Workaround: https://github.com/docker/build-push-action/issues/461
61
- name: Setup Docker buildx
0 commit comments