2020-02-22 15:25:05 +00:00
|
|
|
image: xoxys/alpine:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
|
2020-02-22 15:21:17 +00:00
|
|
|
{{#if build.tags}}
|
|
|
|
tags:
|
|
|
|
{{#each build.tags}}
|
2020-02-22 15:25:05 +00:00
|
|
|
{{#if this}}
|
|
|
|
- {{trimPrefix "v" this}}
|
|
|
|
- {{trimPrefix "v" this}}-amd64
|
|
|
|
{{/if}}
|
2020-02-22 15:21:17 +00:00
|
|
|
{{/each}}
|
|
|
|
{{/if}}
|
|
|
|
manifests:
|
2020-02-22 15:25:05 +00:00
|
|
|
- image: xoxys/alpine:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64
|
2020-02-22 15:21:17 +00:00
|
|
|
platform:
|
|
|
|
architecture: amd64
|
|
|
|
os: linux
|