docker-rsync/.drone.yml
Simon Marsh 5f37f09ad7
Some checks failed
continuous-integration/drone/push Build is failing
update drone build file
2023-05-20 20:21:54 +01:00

24 lines
351 B
YAML

---
kind: pipeline
type: docker
name: docker-build
steps:
- name: docker
image: plugins/docker
settings:
registry: git.burble.dn42
repo: 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