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 6b651bc commit e628fbcCopy full SHA for e628fbc
.github/workflows/docker_publish.yml
@@ -38,9 +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@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 # v3.1.1
+ uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
42
with:
43
- cosign-release: 'v2.1.1'
+ cosign-release: 'v2.4.0'
44
45
46
# Workaround: https://github.com/docker/build-push-action/issues/461
0 commit comments