Skip to content

Commit

Permalink
bake: ensure --builder is wired from root options
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jul 8, 2020
1 parent fd6de6b commit b78338f
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 b78338f

Please sign in to comment.