diff --git a/.drone.yml b/.drone.yml
index 1852369..9cf8203 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -20,8 +20,9 @@ steps:
 - name: image-create
   image: plugins/docker
   settings:
-    registry: docker.lipovcan.cz:5000
-    repo: docker.lipovcan.cz:5000/foo/bar
+    registry: http://docker.lipovcan.cz:5000
+    repo: http://docker.lipovcan.cz:5000/foo/bar
+    insecure: true
     tags:
       - latest
       - '1.0.1'