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 f271a65 commit 0b5e750Copy full SHA for 0b5e750
.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@14d43345ff50608baaa37893f4822c406ed470a9
+ uses: sigstore/cosign-installer@main
43
with:
44
- cosign-release: 'v1.11.1'
+ cosign-release: 'v1.13.1'
45
46
47
# Workaround: https://github.com/docker/build-push-action/issues/461
0 commit comments