mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-09-18 08:49:08 +08:00
Correct help output for default bake file.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ func runBake(dockerCli command.Cli, targets []string, in bakeOptions) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if len(files) == 0 {
|
if len(files) == 0 {
|
||||||
return errors.Errorf("no docker-compose.yml or dockerbuild.hcl found, specify build file with -f/--file")
|
return errors.Errorf("no docker-compose.yml or docker-bake.hcl found, specify build file with -f/--file")
|
||||||
}
|
}
|
||||||
in.files = files
|
in.files = files
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user