tail git tag output, too many versions now

This commit is contained in:
simon 2022-03-27 18:27:36 +07:00
parent 358194468e
commit dc8e330b22
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 4 deletions

View File

@ -130,10 +130,7 @@ function sync_docker {
fi
echo "latest tags:"
git tag
echo "latest docker images:"
sudo docker image ls bbilly1/tubearchivist
git tag | tail -n 10
printf "\ncreate new version:\n"
read -r VERSION