docker buildx build -> docker build
This commit is contained in:
committed by
Donal McBreen
parent
7ddb122a22
commit
bd1726f305
@@ -14,7 +14,7 @@ class Kamal::Commands::Builder::Base < Kamal::Commands::Base
|
||||
end
|
||||
|
||||
def push
|
||||
docker :buildx, :build,
|
||||
docker :build,
|
||||
"--push",
|
||||
*platform_options,
|
||||
"--builder", builder_name,
|
||||
|
||||
Reference in New Issue
Block a user