test tagging
This commit is contained in:
parent
aed0d8c433
commit
1857eaca40
@ -64,7 +64,7 @@ local PipelineNotifications(depends_on=[]) = {
|
||||
pull: "always",
|
||||
settings: {
|
||||
ignore_missing: true,
|
||||
tags: ["${DRONE_TAG%??}"],
|
||||
tags: ["${DRONE_TAG}", "${DRONE_TAG%??}", "${DRONE_TAG%.*}", "${DRONE_TAG%%.*}"],
|
||||
username: { from_secret: "docker_username" },
|
||||
password: { from_secret: "docker_password" },
|
||||
spec: "./manifest.tmpl",
|
||||
|
@ -59,7 +59,10 @@ steps:
|
||||
from_secret: docker_password
|
||||
spec: ./manifest.tmpl
|
||||
tags:
|
||||
- "${DRONE_TAG}"
|
||||
- "${DRONE_TAG%??}"
|
||||
- "${DRONE_TAG%.*}"
|
||||
- "${DRONE_TAG%%.*}"
|
||||
username:
|
||||
from_secret: docker_username
|
||||
when:
|
||||
@ -117,6 +120,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 2f0d93b61fa4f5c23476d4e9f0771d5fadfdafa5a2ff577c668cdf43876eb94c
|
||||
hmac: 0fd78b364519c25794576c753916afb332432bc417d9b2366f4fec4a40b501e0
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user