mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
driver: automatically export image to MobyDriver
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
@ -64,8 +64,6 @@ func ParseOutputs(inp []string) ([]client.ExportEntry, error) {
|
||||
if !ok {
|
||||
if out.Type != client.ExporterDocker {
|
||||
dest = "-"
|
||||
} else {
|
||||
return nil, errors.Errorf("loading to docker currently not implemented, specify dest file or -")
|
||||
}
|
||||
}
|
||||
if dest == "-" {
|
||||
|
Reference in New Issue
Block a user