Merge pull request #321 from errordeveloper/fix-320

bake: ensure `--builder` is wired from root options
pull/333/head
Tõnis Tiigi 5 years ago committed by GitHub
commit d8ca46066d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
},
}

Loading…
Cancel
Save