now checking tags +semver:fix
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:
@@ -13,8 +13,12 @@ steps:
|
|||||||
settings:
|
settings:
|
||||||
repo: registry.venya.tech/drone/deploy-test
|
repo: registry.venya.tech/drone/deploy-test
|
||||||
registry: https://registry.venya.tech/
|
registry: https://registry.venya.tech/
|
||||||
tags: [ "${DRONE_COMMIT_SHA:0:7}","latest" ]
|
tags: [ "${DRONE_TAG}","latest" ]
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
Reference in New Issue
Block a user