fixed build isntructions

This commit is contained in:
dcore94 2022-08-30 16:41:39 +02:00
parent ea8c3f195d
commit e236858025
1 changed files with 3 additions and 2 deletions

View File

@ -1,17 +1,18 @@
{
"variables" : {
"id" : ""
"id" : "",
"description" : "",
"name" : ""
},
"builders": [
{
"type": "{{ user `type` }}",
"type": "lxd",
"name": "{{ user `name`}} ",
"image": "ubuntu:20.04",
"output_image": "{{ user `name` }}:{{user `id`}}",
"publish_properties": {
"description": "{{ user `description`}}"
}
}
}
],