test tagging
This commit is contained in:
parent
7fe957e083
commit
3b7e8c7fdd
@ -12,7 +12,7 @@ steps:
|
|||||||
image: plugins/docker:linux-amd64
|
image: plugins/docker:linux-amd64
|
||||||
settings:
|
settings:
|
||||||
build_args:
|
build_args:
|
||||||
KANBOARD_VERSION: "${DRONE_TAG%.*}"
|
KANBOARD_VERSION: "${DRONE_TAG%??}"
|
||||||
dockerfile: ./Dockerfile.linux.amd64
|
dockerfile: ./Dockerfile.linux.amd64
|
||||||
dry_run: true
|
dry_run: true
|
||||||
password:
|
password:
|
||||||
@ -28,6 +28,8 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-amd64
|
auto_tag_suffix: linux-amd64
|
||||||
|
tags:
|
||||||
|
- '9.1.2'
|
||||||
build_args:
|
build_args:
|
||||||
KANBOARD_VERSION: "${DRONE_TAG%??}"
|
KANBOARD_VERSION: "${DRONE_TAG%??}"
|
||||||
dockerfile: ./Dockerfile.linux.amd64
|
dockerfile: ./Dockerfile.linux.amd64
|
||||||
@ -57,7 +59,9 @@ steps:
|
|||||||
auto_tag: true
|
auto_tag: true
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
tags:
|
tags:
|
||||||
- '9.9.9'
|
- '1.2.3'
|
||||||
|
- 1.2.3
|
||||||
|
- "1.2.3"
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
spec: ./manifest.tmpl
|
spec: ./manifest.tmpl
|
||||||
|
Reference in New Issue
Block a user