Skip to content

Commit 03bc411

Browse files
committed
chore: fix cosign
1 parent 346a15e commit 03bc411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +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@2.8.1
37+
uses: sigstore/cosign-installer@v2.8.1
3838

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

0 commit comments

Comments
 (0)