We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e67387 commit 1ac71f2Copy full SHA for 1ac71f2
cloudbuild.yaml
@@ -3,15 +3,15 @@ timeout: 3000s
3
options:
4
substitution_option: ALLOW_LOOSE
5
steps:
6
-- name: "gcr.io/k8s-testimages/gcb-docker-gcloud:v20220617-174ad91c3a"
+- name: "gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221214-1b4dd4d69a"
7
entrypoint: make
8
args: ['build']
9
- env:
+ env:
10
- GIT_TAG=${_GIT_TAG}
11
- PULL_BASE_REF=${_PULL_BASE_REF}
12
13
14
args: ['push']
15
16
17
0 commit comments