Keep buildx build, in case of old docker versions which don't default to buildkit
This commit is contained in:
@@ -14,7 +14,7 @@ class Kamal::Commands::Builder::Base < Kamal::Commands::Base
|
||||
end
|
||||
|
||||
def push
|
||||
docker :build,
|
||||
docker :buildx, :build,
|
||||
"--push",
|
||||
*platform_options(arches),
|
||||
*([ "--builder", builder_name ] unless docker_driver?),
|
||||
|
||||
Reference in New Issue
Block a user