Markus Pesch
fe9c11f3b5
Some checks reported errors
continuous-integration/drone/push Build was killed
14 lines
370 B
Cheetah
14 lines
370 B
Cheetah
image: volkerraschek/build-image:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
|
|
{{#if build.tags}}
|
|
tags:
|
|
{{#each build.tags}}
|
|
- {{this}}
|
|
{{/each}}
|
|
- "latest"
|
|
{{/if}}
|
|
manifests:
|
|
-
|
|
image: volkerraschek/build-image:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-amd64
|
|
platform:
|
|
architecture: amd64
|
|
os: linux |