From 6b4425e30944024d679fe5f589fe6662a3c51bb2 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Fri, 16 Dec 2022 13:30:58 -0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20more=20badges?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ push-docker.sh | 10 ---------- 2 files changed, 3 insertions(+), 10 deletions(-) delete mode 100755 push-docker.sh diff --git a/README.md b/README.md index cc22bfda9..51c9a65ef 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ **🌎 **[Calckey](https://i.calckey.cloud/)** is an open source, decentralized social media platform that's free forever! 🚀** [![status-badge](https://ci.codeberg.org/api/badges/thatonecalculator/calckey/status.svg)](https://ci.codeberg.org/thatonecalculator/calckey) +[![liberapay-badge](https://img.shields.io/liberapay/receives/ThatOneCalculator?logo=liberapay)](https://liberapay.com/ThatOneCalculator) +[![version-badge](https://img.shields.io/docker/v/thatonecalculator/calckey?logo=docker)](https://hub.docker.com/r/thatonecalculator/calckey) +[![docker-badge](https://img.shields.io/docker/pulls/thatonecalculator/calckey?logo=docker)](https://hub.docker.com/r/thatonecalculator/calckey) diff --git a/push-docker.sh b/push-docker.sh deleted file mode 100755 index 64d1ccdef..000000000 --- a/push-docker.sh +++ /dev/null @@ -1,10 +0,0 @@ -sudo systemctl start docker.service -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 enter to continue\n" -read -sudo docker push thatonecalculator/calckey:$(git describe --tags --exact-match) -sudo docker push thatonecalculator/calckey:latest -sudo systemctl stop docker.service