Switch the :latest docker image tag to contain the latest release instead of the latest unstable
This commit is contained in:
@ -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 New Issue
Block a user