build(): drone CI
This commit is contained in:
parent
5fc524d3a0
commit
56e35f9a8b
18
.drone.yml
Normal file
18
.drone.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
insecure: true
|
||||
repo: 10.5.0.103:1222/website
|
||||
registry: 10.5.0.103:1222
|
||||
tags:
|
||||
- latest
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
Loading…
x
Reference in New Issue
Block a user