Add drone.yaml for build and publish

This commit is contained in:
2019-12-10 06:02:33 +00:00
parent 25786926a4
commit c6ecb2f85d

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
---
kind: pipeline
name: default
steps:
- name: kaniko
image: banzaicloud/drone-kaniko
settings:
registry: registry.lan
repo: arm-build-image
auto_tag: true