mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 10:03:42 +08:00 
			
		
		
		
	Merge pull request #2076 from crazy-max/bake-display-files
bake: display read definition files in build output
This commit is contained in:
		@@ -19,7 +19,7 @@ func Disable(cmd *cobra.Command, args []string, toComplete string) ([]string, co
 | 
			
		||||
 | 
			
		||||
func BakeTargets(files []string) ValidArgsFn {
 | 
			
		||||
	return func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
 | 
			
		||||
		f, err := bake.ReadLocalFiles(files, nil)
 | 
			
		||||
		f, err := bake.ReadLocalFiles(files, nil, nil)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			return nil, cobra.ShellCompDirectiveError
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user