From ae84037a915c3493f787f9b551680e6577c1352d Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Wed, 1 Aug 2018 21:25:49 -0600 Subject: [PATCH] droning on.... --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 508500e..4c70d45 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,8 @@ pipeline: publish: image: plugins/docker - repo: deadbeef.codes:5000/mandelmap -# registry: deadbeef.codes:5001 + repo: deadbeef.codes:5001/mandelmap + insecure: true + registry: deadbeef.codes:5001 # auto_tag: true # auto_tag_suffix: linux-rpi3 \ No newline at end of file