remove registry config from drone

This commit is contained in:
Sebastian Hugentobler 2018-11-27 11:46:29 +01:00
parent 31e2ac0059
commit 02fe67d934

View File

@ -1,8 +1,7 @@
pipeline: pipeline:
docker: docker:
image: plugins/docker image: plugins/docker
repo: registry.gitlab.com/thallian/docker-airsonic repo: thallian/airsonic
registry: registry.gitlab.com
autotag: true autotag: true
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]
tags: tags:
@ -11,4 +10,4 @@ pipeline:
- latest - latest
notify: notify:
image: plugins/matrix image: plugins/matrix
secrets: [ matrix_username, matrix_password, matrix_homeserver, matrix_roomid ] secrets: [ matrix_username, matrix_password, matrix_homeserver, matrix_roomid ]