Files
drone-test/.drone.yml
Dmitry Chumak 2ddf376535
Some checks failed
continuous-integration/drone/push Build is failing
docker build next try
2022-04-26 19:53:50 +03:00

20 lines
401 B
YAML

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