mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	don't print build details when progress is rawjson
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
		@@ -138,7 +138,7 @@ func runBake(ctx context.Context, dockerCli command.Cli, targets []string, in ba
 | 
			
		||||
			if err == nil {
 | 
			
		||||
				err = err1
 | 
			
		||||
			}
 | 
			
		||||
			if err == nil && progressMode != progressui.QuietMode {
 | 
			
		||||
			if err == nil && progressMode != progressui.QuietMode && progressMode != progressui.RawJSONMode {
 | 
			
		||||
				desktop.PrintBuildDetails(os.Stderr, printer.BuildRefs(), term)
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user