Files
docker-subsonic/.drone.yml

27 lines
586 B
YAML

kind: pipeline
name: default
steps:
- name: write_tags
image: busybox
commands:
- echo latest > .tags
- grep "ENV VERSION" Dockerfile | cut -d '=' -f2 >> .tags
- 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
- name: build_and_deploy_hub_docker
image: plugins/docker
settings:
username: unclesamwk
password:
from_secret: docker_hub_password
repo: unclesamwk/subsonic