Skip to content

Commit 269020e

Browse files
committed
CI: upgrade cosign to current version
The older installer was still pulling from googleapis.com, which is no longer available to the public. See also: helm/chart-testing-action#132 Signed-off-by: Daniel Maslowski <[email protected]>
1 parent eeff9f0 commit 269020e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
# https://github.com/sigstore/cosign-installer
4242
- name: Install cosign
4343
if: github.event_name != 'pull_request'
44-
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
44+
uses: sigstore/cosign-installer@v3.8.1
4545
with:
46-
cosign-release: 'v1.31.1'
46+
cosign-release: 'v2.4.3'
4747

4848

4949
# Workaround: https://github.com/docker/build-push-action/issues/461

0 commit comments

Comments
 (0)