diff --git a/.drone.yml b/.drone.yml index 091a6b5..3b2a06b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,12 @@ steps: settings: repo: registry.venya.tech/drone/deploy-test registry: https://registry.venya.tech/ - tags: [ "${DRONE_COMMIT_SHA:0:7}","latest" ] + tags: [ "${DRONE_TAG}","latest" ] username: from_secret: docker_username password: - from_secret: docker_password \ No newline at end of file + from_secret: docker_password + +trigger: + event: + - tag \ No newline at end of file