From b146ae7e0f952819da44800b08c6f72b23310d3c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 22 Feb 2020 00:33:40 +0100 Subject: [PATCH] fix manifst --- manifest.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.tmpl b/manifest.tmpl index cd2c37e..da3acc1 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -4,12 +4,12 @@ tags: {{#each build.tags}} {{#if this}} - {{trimPrefix "v" this}} - - {{trimPrefix "v" this}}-linux-amd64 + - {{trimPrefix "v" this}}-amd64 {{/if}} {{/each}} {{/if}} manifests: - - image: xoxys/freshrss:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64 + - image: xoxys/freshrss:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64 platform: architecture: amd64 os: linux