diff --git a/push-docker.sh b/push-docker.sh index 434c9cc630..64d1ccdefd 100755 --- a/push-docker.sh +++ b/push-docker.sh @@ -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