We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bd8661 + cb735e0 commit e113236Copy full SHA for e113236
gcb/publish/cloudbuild.yaml
@@ -31,7 +31,7 @@ steps:
31
CGO_ENABLED=0 go build -o /workspace/go/bin/cmrel ./cmd/cmrel
32
33
## Write DOCKER_CONFIG file to $HOME/.docker/config.json
34
-- name: gcr.io/cloud-builders/docker:18.09.6
+- name: gcr.io/cloud-builders/docker:19.03.8
35
entrypoint: bash
36
secretEnv:
37
- DOCKER_CONFIG
@@ -42,7 +42,7 @@ steps:
42
echo "$${DOCKER_CONFIG}" > $$HOME/.docker/config.json
43
44
## Build and push the release artifacts
45
46
dir: "go/src/github.com/jetstack/cert-manager"
47
entrypoint: /workspace/go/bin/cmrel
48
0 commit comments