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