We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c40d13 commit 7b852e3Copy full SHA for 7b852e3
release/cloudbuild.yaml
@@ -33,7 +33,7 @@ steps:
33
git checkout ${_GIT_TAG}
34
35
- name: 'gcr.io/projectsigstore/cosign:v1.10.0@sha256:a719237925984033fb72685c1998d922c903bbe62464f6d401b5108d3195bb94'
36
- dir: "go/src/sigstore/cosign"
+ dir: "go/src/sigstore/policy-controller"
37
env:
38
- COSIGN_EXPERIMENTAL=true
39
- TUF_ROOT=/tmp
@@ -44,7 +44,7 @@ steps:
44
# maybe we can build our own image and use that to be more in a safe side
45
- name: ghcr.io/gythialy/golang-cross:v1.17.12-0@sha256:be96e626662b658457d0a4efc69c276be88fa8275e0bd1e74beec64ced1e2d1c
46
entrypoint: /bin/sh
47
48
49
- "GOPATH=/workspace/go"
50
- "GOBIN=/workspace/bin"
0 commit comments