builder/docker: Update type of config stored in state bag

pull/8498/head
nywilken 6 years ago
parent d10a702ce8
commit 0ba6b22fee

@ -77,7 +77,7 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack
// Setup the state bag and initial state for the steps
state := new(multistep.BasicStateBag)
state.Put("config", b.config)
state.Put("config", &b.config)
state.Put("hook", hook)
state.Put("ui", ui)

Loading…
Cancel
Save