mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
don't display bake suggestion when using --progress with quiet or json option
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
5f7c9a2b4b
commit
d956ff13da
@ -139,7 +139,7 @@ func (s *composeService) build(ctx context.Context, project *types.Project, opti
|
|||||||
w *xprogress.Printer
|
w *xprogress.Printer
|
||||||
)
|
)
|
||||||
if buildkitEnabled {
|
if buildkitEnabled {
|
||||||
if hints.Enabled() {
|
if hints.Enabled() && progress.Mode != progress.ModeQuiet && progress.Mode != progress.ModeJSON {
|
||||||
suggest.Do(func() {
|
suggest.Do(func() {
|
||||||
fmt.Fprintln(s.dockerCli.Out(), bakeSuggest) //nolint:errcheck
|
fmt.Fprintln(s.dockerCli.Out(), bakeSuggest) //nolint:errcheck
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user