File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11image: 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}}dev{{/if}}-rootless
22{{#if build.tags}}
3- {{#unless contains "-rc" build.tag}}
3+ {{#unless ( contains "-rc" build.tag) }}
44tags:
55{{#each build.tags}}
66 - {{this}}-rootless
Original file line number Diff line number Diff line change 11image: 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}}dev{{/if}}
22{{#if build.tags}}
3- {{#unless contains "-rc" build.tag }}
3+ {{#unless ( contains "-rc" build.tag) }}
44tags:
55{{#each build.tags}}
66 - {{this}}
You can’t perform that action at this time.
0 commit comments