Files
drone-test/.drone.yml
Dmitry Chumak e55c45a695
All checks were successful
continuous-integration/drone/push Build is passing
docker build next try #2
2022-04-26 19:55:06 +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: registry.venya.tech/drone/deploy-test
registry: https://registry.venya.tech/
tags: [ "${DRONE_COMMIT_SHA:0:7}","latest" ]
username:
from_secret: docker_username
password:
from_secret: docker_password