Skip to content

Commit 7b852e3

Browse files
committed
fix path in cloudbuild
Signed-off-by: cpanato <[email protected]>
1 parent 3c40d13 commit 7b852e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release/cloudbuild.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
git checkout ${_GIT_TAG}
3434
3535
- name: 'gcr.io/projectsigstore/cosign:v1.10.0@sha256:a719237925984033fb72685c1998d922c903bbe62464f6d401b5108d3195bb94'
36-
dir: "go/src/sigstore/cosign"
36+
dir: "go/src/sigstore/policy-controller"
3737
env:
3838
- COSIGN_EXPERIMENTAL=true
3939
- TUF_ROOT=/tmp
@@ -44,7 +44,7 @@ steps:
4444
# maybe we can build our own image and use that to be more in a safe side
4545
- name: ghcr.io/gythialy/golang-cross:v1.17.12-0@sha256:be96e626662b658457d0a4efc69c276be88fa8275e0bd1e74beec64ced1e2d1c
4646
entrypoint: /bin/sh
47-
dir: "go/src/sigstore/cosign"
47+
dir: "go/src/sigstore/policy-controller"
4848
env:
4949
- "GOPATH=/workspace/go"
5050
- "GOBIN=/workspace/bin"

0 commit comments

Comments
 (0)