Skip to content

Commit

Permalink
Fix cosign install part of the release pipeline (#1362)
Browse files Browse the repository at this point in the history
* Apparently old location for cosign binaries is not valid anymore
* Update to the latest https://github.com/sigstore/cosign-installer/releases/tag/v3.3.0
* Fixes #1361
* Tested in the fork https://github.com/ytsarev/k8gb/actions/runs/7266564082/job/19798553048
  Notice that 'Install Cosign' step is passing there

Signed-off-by: Yury Tsarev <yury@upbound.io>
  • Loading branch information
ytsarev authored Dec 20, 2023
1 parent 88b6876 commit 06619c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
filterByMilestone: true
unreleased: true
- name: Install Cosign
uses: sigstore/cosign-installer@ced07f21fb1da67979f539bbc6304c16c0677e76 # renovate: tag=v2.7.0
uses: sigstore/cosign-installer@9614fae9e5c5eddabb09f90a270fcb487c9f7149 # renovate: tag=v3.3.0
with:
cosign-release: 'v1.12.1'
- name: Install Syft
Expand Down

0 comments on commit 06619c5

Please sign in to comment.