This commit is contained in:
Kainoa Kanter 2022-12-04 21:20:35 +00:00
parent 726e4be958
commit cfe0277619
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ sudo docker rmi $(docker images -q)
sudo docker compose build
sudo docker tag thatonecalculator/calckey:latest thatonecalculator/calckey:$(git describe --tags --exact-match)
sudo docker images
echo "\nPress any key to continue\n"
echo "\nPress enter to continue\n"
read
sudo docker push thatonecalculator/calckey:$(git describe --tags --exact-match)
sudo docker push thatonecalculator/calckey:latest