diff --git a/.drone.yml b/.drone.yml index ec7b628..89e95f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,8 @@ env: script: - wrapdocker & - sleep 5 - - docker build -t docker.io/znetstar/tor-router:0.0.1 . - - docker push docker.io/znetstar/tor-router:0.0.1 + - docker build -t registry.docker.io/znetstar/tor-router:0.0.1 . + - docker push registry.docker.io/znetstar/tor-router:0.0.1 - start-stop-daemon --stop --pidfile "/var/run/docker.pid" notify: email: diff --git a/package.json b/package.json index 752eb9c..8e4a65e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "repository": [ { "type": "docker", - "url": "http://docker.io/znetstar" + "url": "http://registry.docker.io/znetstar" }, { "type": "git",