We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a319f5 commit fbf1f4bCopy full SHA for fbf1f4b
.github/workflows/docker-publish.yml
@@ -39,7 +39,10 @@ jobs:
39
# https://github.com/sigstore/cosign-installer
40
- name: Install cosign
41
if: github.event_name != 'pull_request'
42
- uses: sigstore/cosign-installer@v2
+ uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
43
+ # uses: sigstore/[email protected]
44
+ with:
45
+ cosign-release: 'v2.2.4' # optional
46
47
48
# Workaround: https://github.com/docker/build-push-action/issues/461
0 commit comments