[ci skip]

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-02-23 03:31:43 +04:00 committed by GitHub
parent 3182540d9f
commit 5c57b42259

3
scripts/docker-build.sh Normal file
View File

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