We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e8ca7 commit 698bc73Copy full SHA for 698bc73
.github/workflows/docker-publish.yml
@@ -37,9 +37,7 @@ 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@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
43
44
# Set up BuildKit Docker container builder to be able to build
45
# multi-platform images and export cache
0 commit comments