Skip to content

Commit efca6c5

Browse files
authored
Fix release cloudbuild (#4098)
1 parent 8e14213 commit efca6c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

release-cloudbuild.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
args:
55
- '-c'
66
- |
7-
docker build \
7+
docker buildx build \
88
--platform linux/amd64 \
99
--build-arg ZENML_VERSION=$TAG_NAME \
1010
--build-arg PYTHON_VERSION=3.10 \
@@ -27,7 +27,7 @@ steps:
2727
args:
2828
- '-c'
2929
- |
30-
docker build \
30+
docker buildx build \
3131
--platform linux/amd64 \
3232
--build-arg ZENML_VERSION=$TAG_NAME \
3333
--build-arg PYTHON_VERSION=3.11 \
@@ -52,7 +52,7 @@ steps:
5252
args:
5353
- '-c'
5454
- |
55-
docker build \
55+
docker buildx build \
5656
--platform linux/amd64 \
5757
--build-arg ZENML_VERSION=$TAG_NAME \
5858
--build-arg PYTHON_VERSION=3.12 \
@@ -75,7 +75,7 @@ steps:
7575
args:
7676
- '-c'
7777
- |
78-
docker build \
78+
docker buildx build \
7979
--platform linux/amd64 \
8080
--build-arg ZENML_VERSION=$TAG_NAME \
8181
--build-arg PYTHON_VERSION=3.13 \
@@ -161,7 +161,7 @@ steps:
161161
args:
162162
- '-c'
163163
- |
164-
docker build \
164+
docker buildx build \
165165
--platform linux/amd64 \
166166
--build-arg ZENML_VERSION=$TAG_NAME \
167167
--build-arg PYTHON_VERSION=3.11 \
@@ -179,7 +179,7 @@ steps:
179179
args:
180180
- '-c'
181181
- |
182-
docker build \
182+
docker buildx build \
183183
--platform linux/amd64 \
184184
--build-arg ZENML_VERSION=$TAG_NAME \
185185
--build-arg PYTHON_VERSION=3.11 \
@@ -197,7 +197,7 @@ steps:
197197
args:
198198
- '-c'
199199
- |
200-
docker build \
200+
docker buildx build \
201201
--platform linux/amd64 \
202202
--build-arg ZENML_VERSION=$TAG_NAME \
203203
--build-arg PYTHON_VERSION=3.11 \

0 commit comments

Comments
 (0)