From 6bef2422395b4e372d0f4699b432bf5b09ecab43 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 9 Oct 2019 12:45:36 +0200 Subject: [PATCH] test multiarch container build --- manifest.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.tmpl b/manifest.tmpl index 6c3a9fe..acc9559 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -2,7 +2,9 @@ image: xoxys/ansible-doctor:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else} {{#if build.tags}} tags: {{#each build.tags}} +{{#if this}} - {{trimPrefix "v" this}} +{{/if}} {{/each}} {{/if}} manifests: