From 7fe957e083401632371dd92da4edfac2a71817bb Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 22 Jul 2019 11:02:08 +0200 Subject: [PATCH] test tagging --- .drone.yml | 3 +-- manifest.tmpl | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4bfb892..7171e3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ... diff --git a/manifest.tmpl b/manifest.tmpl index 8884d94..8a71b34 100644 --- a/manifest.tmpl +++ b/manifest.tmpl @@ -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}}