Add drone pipeline
continuous-integration/drone/push Build is passing Details

2.0
adb-sh 1 year ago
parent cb3a677be9
commit 25c22acd73

@ -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
Loading…
Cancel
Save