update drone.yml

This commit is contained in:
2019-03-15 14:14:24 +01:00
parent 3d8925c151
commit ed55f6c58d

View File

@@ -2,16 +2,24 @@ kind: pipeline
name: default
steps:
- name: build
- name: write_tags
image: busybox
commands:
- grep "ENV VERSION" Dockerfile | cut -d '=' -f2 > .tags
- name: docker
- name: build_and_deploy_samservices
image: plugins/docker
settings:
username: samservices
password:
from_secret: docker_password
repo: registry.samservices.de/subsonic
registry: registry.samservices.de
registry: registry.samservices.de
- name: build_and_deploy_hub_docker
image: plugins/docker
settings:
username: unclesamwk
password:
from_secret: docker_hub_password
repo: unclesamwk/subsonic