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

This commit is contained in:
Mitchell Hashimoto 2014-01-19 20:20:00 -08:00
parent 1de226c748
commit 4e4a6ffd4b
1 changed files with 1 additions and 1 deletions

View File

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