Files
drone-test/.drone.yml
Dmitry Chumak 7a65fda602
All checks were successful
continuous-integration/drone/tag Build is passing
now checking tags +semver:fix
2022-04-26 20:16:34 +03:00

24 lines
419 B
YAML

kind: pipeline
type: docker
name: greeting
steps:
- name: en
image: alpine
commands:
- echo hello world
- name: publish
image: plugins/docker
settings:
repo: registry.venya.tech/drone/deploy-test
registry: https://registry.venya.tech/
tags: [ "${DRONE_TAG}","latest" ]
username:
from_secret: docker_username
password:
from_secret: docker_password
trigger:
event:
- tag