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:
parent
941952b490
commit
f115784a72
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue