From 71d16b97c3c5945e96a3c81f44529d68e96a8475 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 22 Jul 2019 12:23:27 +0200 Subject: [PATCH] fix manifest --- manifest.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.tmpl b/manifest.tmpl index 4217204..8e32452 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -2,7 +2,7 @@ image: xoxys/kanboard:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}lates {{#if build.tags}} tags: {{#each build.tags}} - {{#if this}}- {{this}}{{/if}} + {{#if this}}- {{trimPrefix "v" this}}{{/if}} {{/each}} {{/if}} manifests: