This commit is contained in:
zachary 2015-07-06 10:21:55 -04:00
parent 484de7c54a
commit 032877cc8e
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -10,7 +10,7 @@
"repository": [
{
"type": "docker",
"url": "http://docker.io/znetstar"
"url": "http://registry.docker.io/znetstar"
},
{
"type": "git",