mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-19 01:47:43 +08:00
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
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user