Update example for docker-push (tags) (#9144)

* remove useless comment

-var-file allow an HCL file

* [docs] tag should be comma-separated
This commit is contained in:
Nicolas Quiniou-Briand 2020-05-01 12:48:25 +02:00 committed by GitHub
parent 941952b490
commit f115784a72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ An example is shown below, showing only the post-processor configuration:
{
"type": "docker-tag",
"repository": "hashicorp/packer",
"tag": ["0.7", "anothertag"]
"tag": "0.7,anothertag"
}
```