From 3b7e8c7fdd2e05eca0d12f7d0d064c1096143a93 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 22 Jul 2019 11:26:19 +0200 Subject: [PATCH] test tagging --- .drone.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7171e3a..8d7eebc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: plugins/docker:linux-amd64 settings: build_args: - KANBOARD_VERSION: "${DRONE_TAG%.*}" + KANBOARD_VERSION: "${DRONE_TAG%??}" dockerfile: ./Dockerfile.linux.amd64 dry_run: true password: @@ -28,6 +28,8 @@ steps: settings: auto_tag: true auto_tag_suffix: linux-amd64 + tags: + - '9.1.2' build_args: KANBOARD_VERSION: "${DRONE_TAG%??}" dockerfile: ./Dockerfile.linux.amd64 @@ -57,7 +59,9 @@ steps: auto_tag: true ignore_missing: true tags: - - '9.9.9' + - '1.2.3' + - 1.2.3 + - "1.2.3" password: from_secret: docker_password spec: ./manifest.tmpl