Skip to content

Commit 346a15e

Browse files
committed
chore: fix cosign
1 parent 7c43897 commit 346a15e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ jobs:
3434
# https://github.com/sigstore/cosign-installer
3535
- name: Install cosign
3636
if: github.event_name != 'pull_request'
37-
uses: sigstore/cosign-installer@d6a3abf1bdea83574e28d40543793018b6035605
38-
with:
39-
cosign-release: 'v1.9.0'
40-
37+
uses: sigstore/cosign-installer@2.8.1
4138

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

0 commit comments

Comments
 (0)