verlock-door-controller/.drone.yml

21 lines
332 B
YAML
Raw Permalink Normal View History

2022-02-22 07:38:57 +00:00
---
kind: pipeline
type: kubernetes
name: default
platform:
os: linux
arch: arm/v6
steps:
- name: build
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