0
0
mirror of https://github.com/thegeeklab/github-releases-notifier.git synced 2024-06-02 17:49:40 +02:00
github-releases-notifier/docker/manifest.tmpl

25 lines
718 B
Cheetah
Raw Normal View History

2020-09-21 09:15:27 +02:00
image: thegeeklab/github-releases-notifier:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
2020-01-14 15:08:20 +01:00
{{#if build.tags}}
tags:
{{#each build.tags}}
- {{this}}
{{/each}}
{{/if}}
manifests:
2020-09-21 09:15:27 +02:00
- image: thegeeklab/github-releases-notifier:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}amd64
2020-01-14 15:08:20 +01:00
platform:
architecture: amd64
os: linux
2020-01-14 16:03:23 +01:00
2020-09-21 09:15:27 +02:00
- image: thegeeklab/github-releases-notifier:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm64
2020-01-14 15:08:20 +01:00
platform:
architecture: arm64
os: linux
2020-01-14 16:03:23 +01:00
variant: v8
2020-09-21 09:15:27 +02:00
- image: thegeeklab/github-releases-notifier:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}arm
2020-01-14 15:08:20 +01:00
platform:
architecture: arm
os: linux
2020-01-14 16:03:23 +01:00
variant: v7