mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
5 lines
188 B
Bash
5 lines
188 B
Bash
#!/bin/bash
|
|
|
|
echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
|
|
docker tag tomochain/tomochain tomochain/tomochain:$1
|
|
docker push tomochain/tomochain:$1
|