Skip to content

Commit e1518f6

Browse files
Docker Buildx support in CLI (#3176)
Signed-off-by: ttitsworth-fsp <ttitsworth@lila.ai> Signed-off-by: tylertitsworth <titswortht@gmail.com>
1 parent f38f089 commit e1518f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flytekit/image_spec/default_builder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ def _build_image(self, image_spec: ImageSpec, *, push: bool = True) -> str:
478478

479479
command = [
480480
"docker",
481-
"image",
482481
"build",
483482
"--tag",
484483
f"{image_spec.image_name()}",

0 commit comments

Comments
 (0)