Add drone ci integration
This commit is contained in:
parent
b3662f5995
commit
d8c38405db
15
.drone.yml
Normal file
15
.drone.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: build
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: kingofdog/docker-hunspell
|
||||
tags:
|
||||
- latest
|
Loading…
Reference in New Issue
Block a user