Commit 4e4a6ffd authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

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

parent 1de226c7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment