diff --git a/scripts/docker-build.sh b/scripts/docker-build.sh index 9c874eac6..b9724cd2f 100644 --- a/scripts/docker-build.sh +++ b/scripts/docker-build.sh @@ -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