We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c7f93b commit 07557f1Copy full SHA for 07557f1
.github/workflows/main.yml
@@ -202,7 +202,7 @@ jobs:
202
# Install the cosign tool
203
# ref.: https://github.com/sigstore/cosign-installer, v3.0.1
204
- name: Install cosign
205
- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
+ uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
206
with:
207
cosign-release: 'v2.0.0'
208
- name: Download artifacts
RELEASE.md
@@ -1,3 +1,4 @@
1
Features:
2
3
+* Fix cosign installer
4
* Base image update
scripts/version.sh
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
-echo "v0.12.00"
+echo "v0.12.01"
0 commit comments