We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265b67f commit 36dbb4bCopy full SHA for 36dbb4b
.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@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
+ uses: sigstore/cosign-installer@v3.6.0
45
with:
46
- cosign-release: 'v2.1.1'
+ cosign-release: 'v2.4.0'
47
48
# Workaround: https://github.com/docker/build-push-action/issues/461
49
- name: Setup Docker buildx
0 commit comments