post-processor/docker-import: use the repo tag as the ID
This commit is contained in:
parent
1de226c748
commit
4e4a6ffd4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue