update drone.yml
This commit is contained in:
14
.drone.yml
14
.drone.yml
@@ -2,16 +2,24 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: write_tags
|
||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- grep "ENV VERSION" Dockerfile | cut -d '=' -f2 > .tags
|
- grep "ENV VERSION" Dockerfile | cut -d '=' -f2 > .tags
|
||||||
|
|
||||||
- name: docker
|
- name: build_and_deploy_samservices
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
username: samservices
|
username: samservices
|
||||||
password:
|
password:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: registry.samservices.de/subsonic
|
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