openethereum/scripts/docker-build.sh

5 lines
136 B
Bash
Raw Normal View History

2017-02-23 00:32:25 +01:00
#!/bin/bash
cd docker/hub
2017-03-06 19:43:11 +01:00
docker build --build-arg BUILD_TAG=$1 --no-cache=true --tag ethcore/parity:$1 .
2017-02-23 00:32:25 +01:00
docker push ethcore/parity:$1