1
0

Switch the :latest docker image tag to contain the latest release instead of the latest unstable

This commit is contained in:
kolaente
2021-09-05 13:44:05 +02:00
parent e0c9332634
commit 75174c2496
3 changed files with 16 additions and 15 deletions

View File

@ -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}}