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 1
1
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}}dev{{/if}}-rootless
2
2
{{#if build.tags}}
3
- {{#unless contains "-rc" build.tag}}
3
+ {{#unless ( contains "-rc" build.tag) }}
4
4
tags:
5
5
{{#each build.tags}}
6
6
- {{this}}-rootless
Original file line number Diff line number Diff line change 1
1
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}}dev{{/if}}
2
2
{{#if build.tags}}
3
- {{#unless contains "-rc" build.tag }}
3
+ {{#unless ( contains "-rc" build.tag) }}
4
4
tags:
5
5
{{#each build.tags}}
6
6
- {{this}}
You can’t perform that action at this time.
0 commit comments