mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	Merge pull request #826 from tonistiigi/multi-node-iidfile
This commit is contained in:
		@@ -732,7 +732,9 @@ func Build(ctx context.Context, drivers []DriverInfo, opt map[string]Options, do
 | 
				
			|||||||
								return err
 | 
													return err
 | 
				
			||||||
							}
 | 
												}
 | 
				
			||||||
							if opt.ImageIDFile != "" {
 | 
												if opt.ImageIDFile != "" {
 | 
				
			||||||
								return ioutil.WriteFile(opt.ImageIDFile, []byte(desc.Digest), 0644)
 | 
													if err := ioutil.WriteFile(opt.ImageIDFile, []byte(desc.Digest), 0644); err != nil {
 | 
				
			||||||
 | 
														return err
 | 
				
			||||||
 | 
													}
 | 
				
			||||||
							}
 | 
												}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
							itpush := imagetools.New(imagetools.Opt{
 | 
												itpush := imagetools.New(imagetools.Opt{
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user