Switch the :latest docker image tag to contain the latest release instead of the latest unstable
This commit is contained in:
parent
e0c9332634
commit
75174c2496
3 changed files with 16 additions and 15 deletions
|
|
@ -1,6 +1,7 @@
|
|||
image: vikunja/frontend:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
|
||||
{{#if build.tags}}
|
||||
tags:
|
||||
- latest
|
||||
{{#each build.tags}}
|
||||
- {{this}}
|
||||
{{/each}}
|
||||
|
|
|
|||
Reference in a new issue