From 38884cdf825313880cc1d3044d019376cffe691b Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Mon, 6 Mar 2017 22:44:41 +0400 Subject: [PATCH] update docker-build add arg [ci skip] --- scripts/docker-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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