Add drone pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
adb-sh 2023-03-29 10:54:50 +02:00
parent cb3a677be9
commit 25c22acd73

18
.drone.yml Normal file
View File

@ -0,0 +1,18 @@
---
kind: pipeline
type: docker
name: build
steps:
- name: docker
image: plugins/docker
settings:
registry: docker.cybre.town
repo: docker.cybre.town/adb/adb.sh
tags:
- "${DRONE_COMMIT_SHA:0:8}"
- "latest"
username:
from_secret: docker_username
password:
from_secret: docker_password