diff --git a/.drone.yml b/.drone.yml index 216c5e0..33d7d3d 100644 --- a/.drone.yml +++ b/.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 \ No newline at end of file + 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 \ No newline at end of file