mirror of
https://bitbucket.org/shim_/mumble.git
synced 2019-09-08 21:58:51 +02:00
This commit is contained in:
15
.drone.yml
15
.drone.yml
@@ -1,9 +1,16 @@
|
||||
pipeline:
|
||||
docker:
|
||||
image: plugins/docker
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
cache_from: ["shimun/mumble"]
|
||||
use_cache: true
|
||||
repo: shimun/mumble
|
||||
secrets: ["docker_username", "docker_password"]
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user