This commit is contained in:
Jay 2019-06-12 10:39:17 +08:00
parent 92d6af5203
commit 7347350e03

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
name: build
steps:
- name: docker
image: plugins/docker
settings:
register: docker.mtfos.xyz
repo: docker.mtfos.xyz/mtfos/geoip
dockerfile: Dockerfile
tags: [latest, "${DRONE_COMMIT}"]
trigger:
branch:
- master