We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2b655 commit 390ac96Copy full SHA for 390ac96
.github/workflows/docker-publish.yml
@@ -37,9 +37,8 @@ jobs:
37
# https://github.com/sigstore/cosign-installer
38
- name: Install cosign
39
if: github.event_name != 'pull_request'
40
- uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
41
- with:
42
- cosign-release: 'v2.1.1'
+ uses: sigstore/cosign-installer@v3.5.0
+
43
44
# Workaround: https://github.com/docker/build-push-action/issues/461
45
- name: Setup Docker buildx
0 commit comments