1
0

Change building latest docker image

This commit is contained in:
kolaente
2021-09-05 14:40:14 +02:00
parent 75174c2496
commit b7ec975384
2 changed files with 17 additions and 1 deletions

View File

@ -1,7 +1,6 @@
image: vikunja/frontend:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
{{#if build.tags}}
tags:
- latest
{{#each build.tags}}
- {{this}}
{{/each}}