post-processor/docker-import: use the repo tag as the ID

pull/919/head
Mitchell Hashimoto 12 years ago
parent 1de226c748
commit 4e4a6ffd4b

@ -91,7 +91,7 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
artifact = &docker.ImportArtifact{ artifact = &docker.ImportArtifact{
BuilderIdValue: BuilderId, BuilderIdValue: BuilderId,
Driver: driver, Driver: driver,
IdValue: id, IdValue: importRepo,
} }
return artifact, false, nil return artifact, false, nil

Loading…
Cancel
Save