mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
5 lines
219 B
Bash
5 lines
219 B
Bash
#!/bin/bash
|
|
|
|
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
|
docker push etiennenapoleone/tomochain:latest
|
|
docker push etiennenapoleone/tomochain:$(git log --pretty=format:'%h' -n 1 | cat)
|