remove autotag for testnet release channel

This commit is contained in:
Etienne Napoleone 2018-11-20 16:32:44 +07:00 committed by GitHub
parent 310d6c1117
commit ecb9f174b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,8 +80,6 @@ jobs:
- docker push tomochain/tomochain:$TRAVIS_TAG
- docker tag tomochain/tomochain tomochain/node:latest
- docker push tomochain/node:latest
- docker tag tomochain/tomochain tomochain/node:testnet
- docker push tomochain/node:testnet
- docker tag tomochain/node tomochain/node:$TRAVIS_TAG
- docker push tomochain/node:$TRAVIS_TAG