2023-04-24 15:43:19 +00:00
|
|
|
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/v" build.ref)}}{{trimPrefix "refs/heads/release/v" build.ref}}-{{/if}}nightly{{/if}}
|
2019-07-24 17:21:12 +00:00
|
|
|
{{#if build.tags}}
|
2023-02-22 22:33:31 +00:00
|
|
|
{{#unless (contains "-rc" build.tag)}}
|
2023-06-23 19:52:24 +00:00
|
|
|
{{#unless (contains "-dev" build.tag)}}
|
2019-07-24 17:21:12 +00:00
|
|
|
tags:
|
|
|
|
{{#each build.tags}}
|
|
|
|
- {{this}}
|
|
|
|
{{/each}}
|
2021-07-14 17:08:43 +00:00
|
|
|
- "latest"
|
2023-02-19 14:24:08 +00:00
|
|
|
{{/unless}}
|
2023-06-23 19:52:24 +00:00
|
|
|
{{/unless}}
|
2019-07-24 17:21:12 +00:00
|
|
|
{{/if}}
|
|
|
|
manifests:
|
|
|
|
-
|
2023-04-24 15:43:19 +00:00
|
|
|
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/v" build.ref)}}{{trimPrefix "refs/heads/release/v" build.ref}}-{{/if}}nightly{{/if}}-linux-amd64
|
2019-07-24 17:21:12 +00:00
|
|
|
platform:
|
|
|
|
architecture: amd64
|
|
|
|
os: linux
|
|
|
|
-
|
2023-04-24 15:43:19 +00:00
|
|
|
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/v" build.ref)}}{{trimPrefix "refs/heads/release/v" build.ref}}-{{/if}}nightly{{/if}}-linux-arm64
|
2019-07-24 17:21:12 +00:00
|
|
|
platform:
|
|
|
|
architecture: arm64
|
|
|
|
os: linux
|
2022-02-03 08:47:27 +00:00
|
|
|
variant: v8
|