You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
357 B
YAML
19 lines
357 B
YAML
2 years ago
|
---
|
||
|
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
|