add drone ci
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Liam Chan 2023-04-12 01:46:27 +08:00
parent e3cfb58501
commit a4105eab0f

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
type: docker
name: default
steps:
- name: build docker image
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: imbytecat/${DRONE_REPO_NAME}
tags: latest