update docker-build
add arg [ci skip]
This commit is contained in:
parent
24aac8fa89
commit
38884cdf82
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd docker/hub
|
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
|
docker push ethcore/parity:$1
|
||||||
|
Loading…
Reference in New Issue
Block a user