mirror of https://github.com/docker/buildx.git
Merge pull request #71 from cpuguy83/docker_bake_file_help
Correct help output for default bake file.
This commit is contained in:
commit
cb83df7a69
|
|
@ -28,7 +28,7 @@ func runBake(dockerCli command.Cli, targets []string, in bakeOptions) error {
|
|||
return err
|
||||
}
|
||||
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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue