Skip to content

Commit

Permalink
update cosign image in cloudbuild release (#2665)
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Wadhwa <priya@chainguard.dev>

Signed-off-by: Priya Wadhwa <priya@chainguard.dev>
  • Loading branch information
priyawadhwa committed Jan 27, 2023
1 parent f8014f9 commit 03468a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ steps:
echo "Checking out ${_GIT_TAG}"
git checkout ${_GIT_TAG}
- name: 'gcr.io/projectsigstore/cosign:v1.13.1@sha256:fd5b09be23ef1027e1bdd490ce78dcc65d2b15902e1f4ba8e04f3b4019cc1057'
- name: 'gcr.io/projectsigstore/cosign:v2.0.0-rc.0@sha256:e00fc7df9a494b5060c409d7cefab899c8a6e7283a42497a76f5eb3ac57a0450'
dir: "go/src/sigstore/cosign"
env:
- COSIGN_YES=true
- TUF_ROOT=/tmp
args:
- 'verify'
Expand Down

0 comments on commit 03468a1

Please sign in to comment.