Skip to content

Commit f90bb0d

Browse files
authored
chore(build) use latest cosign installer and cosign
1 parent a66d798 commit f90bb0d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ jobs:
3939
# https://github.com/sigstore/cosign-installer
4040
- name: Install cosign
4141
if: github.event_name != 'pull_request'
42-
uses: sigstore/cosign-installer@main
43-
with:
44-
cosign-release: 'v1.4.1' # optional
45-
42+
uses: sigstore/cosign-installer@v3.8.1
4643

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

0 commit comments

Comments
 (0)