update docker-build

add arg
[ci skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-03-06 22:43:11 +04:00 committed by GitHub
parent f5d14e01d4
commit ada9b02141
1 changed files with 1 additions and 1 deletions

View File

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