Files
Lauri Võsandi bb21935bdc
All checks were successful
continuous-integration/drone Build is passing
Add Drone configuration
2022-05-06 19:21:40 +03:00

18 lines
332 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
mtu: 1300
storage_driver: vfs
squash: true
username:
from_secret: docker_username
password:
from_secret: docker_password