Skip to content

Commit aeba0c1

Browse files
authored
Update docker-publish.yml
1 parent 8031162 commit aeba0c1

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
@@ -39,9 +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@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 #v3.4.0
43-
with:
44-
cosign-release: 'v2.1.1'
42+
uses: sigstore/cosign-installer@v3.4.0 #v3.4.0
4543

4644
# Set up BuildKit Docker container builder to be able to build
4745
# multi-platform images and export cache

0 commit comments

Comments
 (0)