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