This repository has been archived on 2023-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
notificationarr/manifest.tmpl
Dawid Wysokiński 83fc8c67dc
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing
feat(cicd): add two new pipelines responsible for pushing docker image to docker hub and Dockerfile (#7)
Reviewed-on: #7
2022-07-19 04:48:31 +00:00

14 lines
350 B
Cheetah

image: kichiyaki/notificationarr:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
{{#if build.tags}}
tags:
{{#each build.tags}}
- {{this}}
{{/each}}
{{/if}}
manifests:
-
image: kichiyaki/notificationarr:{{#if build.tag}}{{trimPrefix "v" build.tag}}-{{/if}}linux-amd64
platform:
architecture: amd64
os: linux