update drone.yml
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -2,12 +2,12 @@ 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
|
||||
@@ -15,3 +15,11 @@ steps:
|
||||
from_secret: docker_password
|
||||
repo: registry.samservices.de/subsonic
|
||||
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
|
||||
Reference in New Issue
Block a user