mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
post-processor/docker-import: use the repo tag as the ID
This commit is contained in:
parent
1de226c748
commit
4e4a6ffd4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue