Skip to content

Commit c487152

Browse files
committed
[CI] Use latest cosign
1 parent 12e577f commit c487152

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ jobs:
4141
# https://github.com/sigstore/cosign-installer
4242
- name: Install cosign
4343
if: github.event_name != 'pull_request'
44-
uses: sigstore/cosign-installer@6e04d228eb30da1757ee4e1dd75a0ec73a653e06 #v3.1.1
45-
with:
46-
cosign-release: 'v2.1.1'
44+
uses: sigstore/[email protected]
4745

4846
# Set up QEMU for cross-platform builds
4947
- name: Set up QEMU

0 commit comments

Comments
 (0)