openethereum/scripts/docker-build.sh
Denis S. Soldatov aka General-Beck 5c57b42259 [ci skip]
2017-02-23 03:31:43 +04:00

4 lines
97 B
Bash

#!/bin/bash
docker build --no-cache=true --tag ethcore/parity:$1 .
docker push ethcore/parity:$1