Add Drone config
All checks were successful
gitea-kspace/openwrt-camera-image/pipeline/head This commit looks good
All checks were successful
gitea-kspace/openwrt-camera-image/pipeline/head This commit looks good
This commit is contained in:
parent
afccbc3299
commit
1261a0ae05
15
.drone.yml
Normal file
15
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user