mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
Update .travis.yml
Change from tagging commit hash to travis build ID
This commit is contained in:
parent
bb412a5332
commit
f839899618
1 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
|
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
|
||||||
docker tag tomochain/tomochain tomochain/tomochain:latest
|
docker tag tomochain/tomochain tomochain/tomochain:latest
|
||||||
docker tag tomochain/tomochain tomochain/tomochain:$(git log --pretty=format:'%h' -n 1 | cat)
|
docker tag tomochain/tomochain tomochain/tomochain:$TRAVIS_BUILD_ID
|
||||||
docker push tomochain/tomochain:latest
|
docker push tomochain/tomochain:latest
|
||||||
docker push tomochain/tomochain:$(git log --pretty=format:'%h' -n 1 | cat)
|
docker push tomochain/tomochain:$TRAVIS_BUILD_ID
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue