From cdf92bfd4e94bd3afe868fc19e2c24b8e0da9591 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Tue, 13 Sep 2022 16:50:38 +0200 Subject: [PATCH] removed id from image tag --- focal-fossa-gpu/packer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/focal-fossa-gpu/packer.json b/focal-fossa-gpu/packer.json index ac25b44..7cf1ad3 100644 --- a/focal-fossa-gpu/packer.json +++ b/focal-fossa-gpu/packer.json @@ -4,7 +4,7 @@ "type": "lxd", "name": "{{ user `name`}}", "image": "ubuntu:20.04", - "output_image": "{{ user `name` }}:{{user `id`}}", + "output_image": "{{ user `name` }}", "publish_properties": { "description": "{{ user `description`}}" }