typo
This commit is contained in:
parent
726e4be958
commit
cfe0277619
|
@ -3,7 +3,7 @@ sudo docker rmi $(docker images -q)
|
||||||
sudo docker compose build
|
sudo docker compose build
|
||||||
sudo docker tag thatonecalculator/calckey:latest thatonecalculator/calckey:$(git describe --tags --exact-match)
|
sudo docker tag thatonecalculator/calckey:latest thatonecalculator/calckey:$(git describe --tags --exact-match)
|
||||||
sudo docker images
|
sudo docker images
|
||||||
echo "\nPress any key to continue\n"
|
echo "\nPress enter to continue\n"
|
||||||
read
|
read
|
||||||
sudo docker push thatonecalculator/calckey:$(git describe --tags --exact-match)
|
sudo docker push thatonecalculator/calckey:$(git describe --tags --exact-match)
|
||||||
sudo docker push thatonecalculator/calckey:latest
|
sudo docker push thatonecalculator/calckey:latest
|
||||||
|
|
Loading…
Reference in New Issue