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: script:
- wrapdocker & - wrapdocker &
- sleep 5 - sleep 5
- docker build -t docker.io/znetstar/tor-router:0.0.1 . - docker build -t registry.docker.io/znetstar/tor-router:0.0.1 .
- docker push 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" - start-stop-daemon --stop --pidfile "/var/run/docker.pid"
notify: notify:
email: email:

View file

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