This commit is contained in:
parent
2a6a1486e1
commit
7fe957e083
@ -58,7 +58,6 @@ steps:
|
|||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
tags:
|
tags:
|
||||||
- '9.9.9'
|
- '9.9.9'
|
||||||
- "${DRONE_TAG%??}"
|
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
spec: ./manifest.tmpl
|
spec: ./manifest.tmpl
|
||||||
@ -119,6 +118,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: af7a2498d9e14ef6205abc389a9a1c1a92eddd500d7c86c0a27c5d5ccf225ec4
|
hmac: b4886bd41987f4b8359cece32871027bef1fb09577998d2d8dd8f5d455b75e15
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
image: xoxys/kanboard:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
|
image: xoxys/kanboard:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}latest{{/if}}
|
||||||
{{#if build.tags}}
|
{{#if build.tags}}
|
||||||
tags:
|
tags:
|
||||||
- '9.9.9'
|
|
||||||
{{#each build.tags}}
|
{{#each build.tags}}
|
||||||
- {{this}}
|
- {{this}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
Reference in New Issue
Block a user