Skip to content

Commit 390ac96

Browse files
authored
Fix CI (#392)
1 parent aa2b655 commit 390ac96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docker-publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
# https://github.com/sigstore/cosign-installer
3838
- name: Install cosign
3939
if: github.event_name != 'pull_request'
40-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
41-
with:
42-
cosign-release: 'v2.1.1'
40+
uses: sigstore/cosign-installer@v3.5.0
41+
4342

4443
# Workaround: https://github.com/docker/build-push-action/issues/461
4544
- name: Setup Docker buildx

0 commit comments

Comments
 (0)