mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
* Update .travis.yml stage without any file modification fail the deployment (fail git stash) * Add execution rights on the script * Revert f913b27
5 lines
188 B
Bash
Executable file
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
|