[SKIP CI] fix tagging in drone pipeline
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
parent
916ae79a4e
commit
f423e2aa0f
@ -21,7 +21,7 @@ local PipelineBuild(os='linux', arch='amd64') = {
|
|||||||
username: { from_secret: "docker_username" },
|
username: { from_secret: "docker_username" },
|
||||||
password: { from_secret: "docker_password" },
|
password: { from_secret: "docker_password" },
|
||||||
build_args: {
|
build_args: {
|
||||||
KANBOARD_VERSION: "${DRONE_TAG%??}",
|
KANBOARD_VERSION: "${DRONE_TAG%-*}",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -37,7 +37,7 @@ local PipelineBuild(os='linux', arch='amd64') = {
|
|||||||
username: { from_secret: "docker_username" },
|
username: { from_secret: "docker_username" },
|
||||||
password: { from_secret: "docker_password" },
|
password: { from_secret: "docker_password" },
|
||||||
build_args: {
|
build_args: {
|
||||||
KANBOARD_VERSION: "${DRONE_TAG%??}",
|
KANBOARD_VERSION: "${DRONE_TAG%-*}",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
when: {
|
when: {
|
||||||
@ -79,7 +79,7 @@ local PipelineNotifications(depends_on=[]) = {
|
|||||||
pull: "always",
|
pull: "always",
|
||||||
settings: {
|
settings: {
|
||||||
ignore_missing: true,
|
ignore_missing: true,
|
||||||
tags: ["${DRONE_TAG}", "${DRONE_TAG%??}", "${DRONE_TAG%.*}", "${DRONE_TAG%%.*}"],
|
tags: ["${DRONE_TAG}", "${DRONE_TAG%-*}", "${DRONE_TAG%.*}", "${DRONE_TAG%%.*}"],
|
||||||
username: { from_secret: "docker_username" },
|
username: { from_secret: "docker_username" },
|
||||||
password: { from_secret: "docker_password" },
|
password: { from_secret: "docker_password" },
|
||||||
spec: "./manifest.tmpl",
|
spec: "./manifest.tmpl",
|
||||||
|
@ -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:
|
||||||
@ -29,7 +29,7 @@ steps:
|
|||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: linux-amd64
|
auto_tag_suffix: linux-amd64
|
||||||
build_args:
|
build_args:
|
||||||
KANBOARD_VERSION: "${DRONE_TAG%??}"
|
KANBOARD_VERSION: "${DRONE_TAG%-*}"
|
||||||
dockerfile: ./Dockerfile.linux.amd64
|
dockerfile: ./Dockerfile.linux.amd64
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
@ -74,7 +74,7 @@ steps:
|
|||||||
spec: ./manifest.tmpl
|
spec: ./manifest.tmpl
|
||||||
tags:
|
tags:
|
||||||
- "${DRONE_TAG}"
|
- "${DRONE_TAG}"
|
||||||
- "${DRONE_TAG%??}"
|
- "${DRONE_TAG%-*}"
|
||||||
- "${DRONE_TAG%.*}"
|
- "${DRONE_TAG%.*}"
|
||||||
- "${DRONE_TAG%%.*}"
|
- "${DRONE_TAG%%.*}"
|
||||||
username:
|
username:
|
||||||
@ -134,6 +134,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 8447dceeb657d620f0f0ac6dff3bdb4cc520961c7ccd7a7efc84f1401716b14d
|
hmac: e4f6bc169c5cf8661b73dd9b921f6facd998f0c3035f29b53998f35315b7af32
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user