vaultwarden/manifest.tmpl

16 lines
398 B
Cheetah
Raw Normal View History

2020-01-17 00:57:45 +01:00
image: xoxys/bitwardenrs:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
2020-01-16 22:36:08 +01:00
{{#if build.tags}}
tags:
{{#each build.tags}}
{{#if this}}
- {{trimPrefix "v" this}}
2020-01-17 01:34:14 +01:00
- {{trimPrefix "v" this}}-amd64
2020-01-16 22:36:08 +01:00
{{/if}}
{{/each}}
{{/if}}
manifests:
2020-01-17 01:34:14 +01:00
- image: xoxys/bitwardenrs:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64
2020-01-16 22:36:08 +01:00
platform:
architecture: amd64
os: linux