[ci skip]

This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-02-23 03:32:25 +04:00 committed by GitHub
parent 3fe38163f5
commit b20ffbde8e
1 changed files with 3 additions and 0 deletions

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