From fd2e2c68e9e85a4d5a442f1528a1d4128d52d773 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 22 Jul 2019 10:44:20 +0200 Subject: [PATCH] test tagging --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 70229bf..4bfb892 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,8 +28,6 @@ steps: settings: auto_tag: true auto_tag_suffix: linux-amd64 - tags: - - "${DRONE_TAG%??}" build_args: KANBOARD_VERSION: "${DRONE_TAG%??}" dockerfile: ./Dockerfile.linux.amd64 @@ -58,6 +56,9 @@ steps: settings: auto_tag: true ignore_missing: true + tags: + - '9.9.9' + - "${DRONE_TAG%??}" password: from_secret: docker_password spec: ./manifest.tmpl @@ -118,6 +119,6 @@ depends_on: --- kind: signature -hmac: 46df1dcb42bda4b588fe2f98acd95a7747f9dbc797d8cad7cec9cd406720fed2 +hmac: af7a2498d9e14ef6205abc389a9a1c1a92eddd500d7c86c0a27c5d5ccf225ec4 ...