micropython-esp32/.drone.yml
Lauri Võsandi 39ef29cf6a
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2022-03-15 09:29:18 +02:00

17 lines
295 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
username:
from_secret: docker_username
password:
from_secret: docker_password