File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 \
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 \
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 \
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 \
You can’t perform that action at this time.
0 commit comments