fix docker-build
[ci skip]
This commit is contained in:
parent
ccc57328e2
commit
4c66a021ec
@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd docker/hub
|
cd docker/hub
|
||||||
docker build --build-arg BUILD_TAG=$1 --no-cache=true --tag ethcore/parity:$1 .
|
if [ "$1" == "latest" ]; then DOCKER_BUILD_TAG="beta-release"; fi
|
||||||
|
docker build --build-arg BUILD_TAG=$DOCKER_BUILD_TAG --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