From 878a9cd01935c4581ea9918b5ca90ed3d7c723b9 Mon Sep 17 00:00:00 2001 From: shim_ <> Date: Fri, 11 May 2018 18:34:48 +0200 Subject: [PATCH] updated .drone.yml --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 62366fd..998f7a3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,7 @@ pipeline: docker: file: Dockerfile + image: plugins/docker + repo: shimun/ovh-rtm + tag: latest + secrets: [ docker_username, docker_password ]