mirror of
https://github.com/Aras-ax/lottery.git
synced 2024-11-25 16:35:55 +08:00
5 lines
96 B
Bash
Executable File
5 lines
96 B
Bash
Executable File
TAG=$1
|
|
|
|
docker tag lottery:latest panda1024/lottery:${TAG}
|
|
docker push panda1024/lottery:${TAG}
|