Robert Kaussow
10cb72f955
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
386 B
Cheetah
16 lines
386 B
Cheetah
image: xoxys/nginx:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
|
|
{{#if build.tags}}
|
|
tags:
|
|
{{#each build.tags}}
|
|
{{#if this}}
|
|
- {{trimPrefix "v" this}}
|
|
- {{trimPrefix "v" this}}-amd64
|
|
{{/if}}
|
|
{{/each}}
|
|
{{/if}}
|
|
manifests:
|
|
- image: xoxys/nginx:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64
|
|
platform:
|
|
architecture: amd64
|
|
os: linux
|