nginx/manifest.tmpl

16 lines
386 B
Cheetah
Raw Normal View History

2019-09-28 19:25:17 +02:00
image: xoxys/nginx:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
{{#if build.tags}}
tags:
{{#each build.tags}}
2020-02-22 17:39:28 +01:00
{{#if this}}
- {{trimPrefix "v" this}}
- {{trimPrefix "v" this}}-amd64
{{/if}}
2019-09-28 19:25:17 +02:00
{{/each}}
{{/if}}
manifests:
2020-02-04 10:49:12 +01:00
- image: xoxys/nginx:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64
2019-09-28 19:25:17 +02:00
platform:
architecture: amd64
os: linux