test tagging
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2019-07-22 11:02:08 +02:00
parent 2a6a1486e1
commit 7fe957e083
2 changed files with 1 additions and 3 deletions

View File

@ -58,7 +58,6 @@ steps:
ignore_missing: true
tags:
- '9.9.9'
- "${DRONE_TAG%??}"
password:
from_secret: docker_password
spec: ./manifest.tmpl
@ -119,6 +118,6 @@ depends_on:
---
kind: signature
hmac: af7a2498d9e14ef6205abc389a9a1c1a92eddd500d7c86c0a27c5d5ccf225ec4
hmac: b4886bd41987f4b8359cece32871027bef1fb09577998d2d8dd8f5d455b75e15
...

View File

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