This repository has been archived on 2021-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
drone-nix/.drone.yml
Simon Bruder b7a391377b
All checks were successful
continuous-integration/drone/push Build is passing
Initial commit
2020-10-03 14:43:35 +02:00

14 lines
246 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: r.sbruder.de
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: r.sbruder.de/drone-nix