From 1cecba927de00eb2e2afbfe8ca858d1ce3f2bf63 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 4 Nov 2018 13:26:56 +0100 Subject: [PATCH] Update private registry push. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3b3cc5b..2d6bd81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,6 @@ pipeline: image: plugins/docker tags: - latest - registry: registry.lahouze.org + registry: https://registry.lahouze.org repo: registry.lahouze.org/gentoo/builder - #secrets: [docker_username, docker_password] + secrets: [docker_username, docker_password]