From c5756ff093a189863fb03fe06484cc5ea5573be8 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 21 Jul 2017 15:20:49 +0200 Subject: [PATCH] Correction script drone --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d696e0b..b5ac50a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,7 @@ pipeline: docker: image: plugins/docker - repo: registry.nyanlout.re/site-max - secrets: [ docker_username, docker_password ] + registry: registry.nyanlout.re + repo: site-max tags: latest + secrets: [ docker_username, docker_password ]