build docker with custom branch or tag

[ci -skip]
This commit is contained in:
Denis S. Soldatov aka General-Beck 2017-03-10 13:23:34 +03:00 committed by GitHub
parent 9047b4b487
commit 6eefecf31e
1 changed files with 2 additions and 0 deletions

2
docker/hub/README.md Normal file
View File

@ -0,0 +1,2 @@
Usage
`docker build --build-arg BUILD_TAG=branch_or_tag_name --no-cache=true --tag ethcore/parity:branch_or_tag_name .`