mirror of
https://bitbucket.org/shim_/mumble.git
synced 2019-09-08 21:58:51 +02:00
This commit is contained in:
13
.drone.yml
13
.drone.yml
@@ -1,9 +1,16 @@
|
|||||||
pipeline:
|
kind: pipeline
|
||||||
docker:
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
cache_from: ["shimun/mumble"]
|
cache_from: ["shimun/mumble"]
|
||||||
use_cache: true
|
use_cache: true
|
||||||
repo: shimun/mumble
|
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