test tagging
This commit is contained in:
parent
7fe957e083
commit
3b7e8c7fdd
@ -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
|
||||
|
Reference in New Issue
Block a user