go-ethereum/docker_push.sh
Etienne Napoleone 4e9666b301 Update .travis.yml (#107)
* Update .travis.yml
stage without any file modification fail the deployment (fail git stash)

* Add execution rights on the script

* Revert f913b27
2018-07-27 15:19:44 +07:00

5 lines
188 B
Bash
Executable file

#!/bin/bash
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
docker tag tomochain/tomochain tomochain/tomochain:$1
docker push tomochain/tomochain:$1