add drone ci
This commit is contained in:
parent
cea634eda7
commit
86ccbaa537
19
.drone.yml
Normal file
19
.drone.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: kaniko
|
||||
image: harbor.voidcorp.nl/hub/banzaicloud/drone-kaniko
|
||||
when:
|
||||
branch: [master]
|
||||
settings:
|
||||
cache: true
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASSWORD
|
||||
registry: harbor.voidcorp.nl
|
||||
repo: library/galerie
|
||||
tags: latest
|
Loading…
Reference in a new issue