From 1a109553db2fae8abca472ccccb3a6be509bc8d2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 Feb 2020 17:39:20 +0100 Subject: [PATCH] fix manifest --- manifest.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.tmpl b/manifest.tmpl index 1cdd812..52bcb85 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -2,7 +2,10 @@ image: xoxys/molecule:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}lates {{#if build.tags}} tags: {{#each build.tags}} - - {{this}} + {{#if this}} + - {{trimPrefix "v" this}} + - {{trimPrefix "v" this}}-amd64 + {{/if}} {{/each}} {{/if}} manifests: