This commit is contained in:
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: busybox
|
||||
commands:
|
||||
- grep "ENV VERSION" Dockerfile | cut -d '=' -f2 > .tags
|
||||
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username: samservices
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: registry.samservices.de/subsonic
|
||||
registry: registry.samservices.de
|
||||
Reference in New Issue
Block a user