update docker-build

fix path
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-02-27 01:14:23 +04:00 committed by GitHub
parent 2f15c75fa2
commit b13a446d82

View File

@ -1,3 +1,4 @@
#!/bin/bash
cd docker/hub
docker build --no-cache=true --tag ethcore/parity:$1 .
docker push ethcore/parity:$1