There was an error while loading. Please reload this page.
1 parent 5c999f1 commit 6835c1eCopy full SHA for 6835c1e
1 file changed
.github/workflows/docker-publish.yml
@@ -46,9 +46,9 @@ jobs:
46
# https://github.com/sigstore/cosign-installer
47
- name: Install cosign
48
if: github.event_name != 'pull_request'
49
- uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
+ uses: sigstore/cosign-installer@v3
50
with:
51
- cosign-release: 'v2.1.1'
+ cosign-release: 'v2.4.1'
52
53
# Workaround: https://github.com/docker/build-push-action/issues/461
54
- name: Setup Docker buildx
0 commit comments