mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
docker-import + docker-push: Add some beginning tests. #774
This commit is contained in:
@@ -67,8 +67,6 @@ func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (pac
|
||||
id := artifact.Id()
|
||||
ui.Say("Importing image: " + id)
|
||||
|
||||
// TODO Set artifact ID so that docker-push can use it
|
||||
|
||||
if p.config.Tag == "" {
|
||||
|
||||
cmd := exec.Command("docker",
|
||||
|
||||
Reference in New Issue
Block a user