We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365a83a commit 2cd28e2Copy full SHA for 2cd28e2
1 file changed
.github/workflows/docker-publish.yml
@@ -41,9 +41,9 @@ jobs:
41
# https://github.com/sigstore/cosign-installer
42
- name: Install cosign
43
if: github.event_name != 'pull_request'
44
- uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
+ uses: sigstore/cosign-installer@main
45
with:
46
- cosign-release: 'v1.11.0'
+ cosign-release: 'v1.13.1'
47
48
49
# Workaround: https://github.com/docker/build-push-action/issues/461
0 commit comments