mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
build: fix quiet mode
We are using the quiet flag option and we are not taking progress quiet mode into account Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@ -273,7 +273,7 @@ func runBuild(dockerCli command.Cli, options buildOptions) (err error) {
|
||||
return retErr
|
||||
}
|
||||
|
||||
if options.quiet {
|
||||
if progressMode == progress.PrinterModeQuiet {
|
||||
fmt.Println(getImageID(resp.ExporterResponse))
|
||||
}
|
||||
if options.imageIDFile != "" {
|
||||
|
Reference in New Issue
Block a user