This repository has been archived on 2023-08-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
goredns/.drone.yml
Lauri Võsandi 71fd0879c5
All checks were successful
continuous-integration/drone Build is passing
Add Drone config
2022-02-09 07:40:33 +02:00

16 lines
281 B
YAML

---
kind: pipeline
type: kubernetes
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: harbor.k-space.ee/${DRONE_REPO}
registry: harbor.k-space.ee
username:
from_secret: docker_username
password:
from_secret: docker_password