From 02fe67d9345183bcb3792ecd13e186a4c3c481d5 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 27 Nov 2018 11:46:29 +0100 Subject: [PATCH] remove registry config from drone --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3ea2a88..6111512 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,7 @@ pipeline: docker: image: plugins/docker - repo: registry.gitlab.com/thallian/docker-airsonic - registry: registry.gitlab.com + repo: thallian/airsonic autotag: true secrets: [ docker_username, docker_password ] tags: @@ -11,4 +10,4 @@ pipeline: - latest notify: image: plugins/matrix - secrets: [ matrix_username, matrix_password, matrix_homeserver, matrix_roomid ] + secrets: [ matrix_username, matrix_password, matrix_homeserver, matrix_roomid ]