eea.docker.rsync/.drone.yml
vincent a91f86cd72
All checks were successful
continuous-integration/drone/push Build is passing
add droneCI file
2022-11-20 11:57:40 +01:00

13 lines
247 B
YAML

---
kind: pipeline
name: build and publish
steps:
- name: docker
image: plugins/docker
settings:
repo: ducampsv/rsync-docker
username:
from_secret: docker_username
password:
from_secret: docker_password