docker-rsync/.drone.yml
Simon Marsh c65ca51181
All checks were successful
continuous-integration/drone/push Build is passing
fix repo name
2023-05-20 20:23:29 +01:00

24 lines
367 B
YAML

---
kind: pipeline
type: docker
name: docker-build
steps:
- name: docker
image: plugins/docker
settings:
registry: git.burble.dn42
repo: git.burble.dn42/burble/rsync
tags: latest
username: burble
password:
from_secret: TOKEN
---
kind: secret
name: TOKEN
get:
path: burble.dn42/kv/data/drone/git.burble.dn42
name: artifact-token