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