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 e0a4e03 commit 3ba14d6Copy full SHA for 3ba14d6
.github/workflows/docker-publish.yml
@@ -41,9 +41,7 @@ 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
45
- with:
46
- cosign-release: 'v2.1.1'
+ uses: sigstore/cosign-installer@v3
47
48
# Set up BuildKit Docker container builder to be able to build
49
# multi-platform images and export cache
0 commit comments