updating DRONE_TAG substring stripping
This commit is contained in:
parent
0e26e95965
commit
f2cac2ce4e
@ -19,7 +19,7 @@ steps:
|
|||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- latest
|
||||||
- ${DRONE_TAG##"builder-v"}
|
- "${DRONE_TAG##builder-v}"
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
include:
|
include:
|
||||||
|
Loading…
Reference in New Issue
Block a user