Files
docker-subsonic/.drone.yml
Samuel Warkentin 4651eb8d48
All checks were successful
continuous-integration/drone/push Build is passing
fix tagging in drone.yml
2019-03-15 14:49:58 +01:00

27 lines
592 B
YAML

kind: pipeline
name: default
steps:
- name: write_tags
image: busybox
commands:
- echo -n "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