Skip to content

Commit

Permalink
Merge pull request #321 from errordeveloper/fix-320
Browse files Browse the repository at this point in the history
bake: ensure `--builder` is wired from root options
  • Loading branch information
tonistiigi authored Jul 19, 2020
2 parents fd6de6b + 40b41ac commit d8ca460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/bake.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func bakeCmd(dockerCli command.Cli, rootOpts *rootOptions) *cobra.Command {
if !cmd.Flags().Lookup("pull").Changed {
options.pull = nil
}
options.commonOptions.builder = rootOpts.builder
return runBake(dockerCli, args, options)
},
}
Expand Down

0 comments on commit d8ca460

Please sign in to comment.