9
0
Fork 0

Add Drone config
gitea-kspace/openwrt-camera-image/pipeline/head This commit looks good Details

This commit is contained in:
Lauri Võsandi 2022-02-08 21:59:55 +02:00
parent afccbc3299
commit 1261a0ae05
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
---
kind: pipeline
type: kubernetes
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: harbor.k-space.ee/k-space/openwrt-camera-image
registry: harbor.k-space.ee
username:
from_secret: docker_username
password:
from_secret: docker_password