We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 884752d + 6796fee commit eafd6faCopy full SHA for eafd6fa
cloudbuild.yaml
@@ -7,15 +7,15 @@ substitutions:
7
options:
8
substitution_option: ALLOW_LOOSE
9
steps:
10
-- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
+- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221214-1b4dd4d69a"
11
entrypoint: make
12
args: ['build']
13
- env:
+ env:
14
- GIT_TAG=${_GIT_TAG}
15
- PULL_BASE_REF=${_PULL_BASE_REF}
16
17
18
args: ['push']
19
20
21
0 commit comments