mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	bake: load override
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
		@@ -75,7 +75,7 @@ func runBake(ctx context.Context, dockerCli command.Cli, targets []string, in ba
 | 
			
		||||
		overrides = append(overrides, "*.push=true")
 | 
			
		||||
	}
 | 
			
		||||
	if in.exportLoad {
 | 
			
		||||
		overrides = append(overrides, "*.output=type=docker")
 | 
			
		||||
		overrides = append(overrides, "*.load=true")
 | 
			
		||||
	}
 | 
			
		||||
	if cFlags.noCache != nil {
 | 
			
		||||
		overrides = append(overrides, fmt.Sprintf("*.no-cache=%t", *cFlags.noCache))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user