lottery/tagpush.sh
2023-03-20 06:04:24 +08:00

5 lines
96 B
Bash
Executable File

TAG=$1
docker tag lottery:latest panda1024/lottery:${TAG}
docker push panda1024/lottery:${TAG}