eea.docker.rsync/.drone.yml
vincent 65bd7f5acf
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
fix: change repo name to avoid confusing
2022-12-06 19:10:14 +01:00

25 lines
440 B
YAML

---
kind: pipeline
name: build and publish
steps:
- name: docker
image: plugins/docker
settings:
repo: ducampsv/rsync
username:
from_secret: docker_username
password:
from_secret: docker_password
---
kind: secret
name: docker_username
get:
path: secrets/data/droneci/dockerHub
name: username
---
kind: secret
name: docker_password
get:
path: secrets/data/droneci/dockerHub
name: password