Skip to content

Commit

Permalink
Merge pull request #97 from cpanato/fix
Browse files Browse the repository at this point in the history
fix path in cloudbuild
  • Loading branch information
cpanato committed Jul 22, 2022
2 parents 3c40d13 + 7b852e3 commit 5c343db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ steps:
git checkout ${_GIT_TAG}
- name: 'gcr.io/projectsigstore/cosign:v1.10.0@sha256:a719237925984033fb72685c1998d922c903bbe62464f6d401b5108d3195bb94'
dir: "go/src/sigstore/cosign"
dir: "go/src/sigstore/policy-controller"
env:
- COSIGN_EXPERIMENTAL=true
- TUF_ROOT=/tmp
Expand All @@ -44,7 +44,7 @@ steps:
# maybe we can build our own image and use that to be more in a safe side
- name: ghcr.io/gythialy/golang-cross:v1.17.12-0@sha256:be96e626662b658457d0a4efc69c276be88fa8275e0bd1e74beec64ced1e2d1c
entrypoint: /bin/sh
dir: "go/src/sigstore/cosign"
dir: "go/src/sigstore/policy-controller"
env:
- "GOPATH=/workspace/go"
- "GOBIN=/workspace/bin"
Expand Down

0 comments on commit 5c343db

Please sign in to comment.