nginx-s3/manifest.tmpl

16 lines
386 B
Cheetah
Raw Normal View History

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