yamllint-docker/manifest.tmpl

21 lines
616 B
Cheetah
Raw Permalink Normal View History

2023-06-15 14:39:53 +00:00
image: git.cryptic.systems/volker.raschek/yamllint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
2023-02-11 13:36:33 +00:00
{{#if build.tags}}
tags:
{{#each build.tags}}
- {{this}}
{{/each}}
- "latest"
{{/if}}
manifests:
-
2023-06-15 14:39:53 +00:00
image: git.cryptic.systems/volker.raschek/yamllint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-amd64
2023-02-11 13:36:33 +00:00
platform:
architecture: amd64
os: linux
-
2023-06-15 14:39:53 +00:00
image: git.cryptic.systems/volker.raschek/yamllint:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}-arm64-v8
2023-02-11 13:36:33 +00:00
platform:
architecture: arm64
os: linux
2023-06-15 14:39:53 +00:00
variant: v8