Skip to content

Commit

Permalink
buildx
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Nov 13, 2024
1 parent f733d91 commit 4ab87f4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion releasing/cloudbuild_kustomize_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,26 @@ steps:
- "PROJECT_ID=$PROJECT_ID"
- "_GIT_TAG=$_GIT_TAG"
- "_PULL_BASE_REF=$_PULL_BASE_REF"
# We need to use bash to configure the build date and version properly.
- name: "gcr.io/cloud-builders/docker"
entrypoint: /bin/bash
args:
- -c
- >
docker
buildx
create
--name
builder
--use
--bootstrap
# We need to use bash to configure the build date and version properly.
- name: "gcr.io/cloud-builders/docker"
entrypoint: /bin/bash
args:
- -c
- >
docker
buildx
build
-t
gcr.io/$PROJECT_ID/kustomize:${_GIT_TAG}
Expand Down

0 comments on commit 4ab87f4

Please # to comment.