update drone.yml
This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -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
|
||||
Reference in New Issue
Block a user