We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f733d91 commit 4ab87f4Copy full SHA for 4ab87f4
releasing/cloudbuild_kustomize_image.yaml
@@ -9,13 +9,26 @@ steps:
9
- "PROJECT_ID=$PROJECT_ID"
10
- "_GIT_TAG=$_GIT_TAG"
11
- "_PULL_BASE_REF=$_PULL_BASE_REF"
12
-# We need to use bash to configure the build date and version properly.
13
- name: "gcr.io/cloud-builders/docker"
14
entrypoint: /bin/bash
15
args:
16
- -c
17
- >
18
docker
+ buildx
19
+ create
20
+ --name
21
+ builder
22
+ --use
23
+ --bootstrap
24
+ # We need to use bash to configure the build date and version properly.
25
+ - name: "gcr.io/cloud-builders/docker"
26
+ entrypoint: /bin/bash
27
+ args:
28
+ - -c
29
+ - >
30
+ docker
31
32
build
33
-t
34
gcr.io/$PROJECT_ID/kustomize:${_GIT_TAG}
0 commit comments