alpine/manifest.tmpl

16 lines
388 B
Cheetah
Raw Normal View History

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