ci: fix multiple push version tags

このコミットが含まれているのは:
sinkaroid 2022-12-11 02:24:02 +07:00
コミット 7ee70daf22
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: ABD69470B2390135
3個のファイルの変更6行の追加10行の削除

3
.github/FUNDING.yml vendored
ファイルの表示

@ -1,2 +1 @@
github: sinkaroid
custom: https://paypal.me/sinkaroid
github: sinkaroid

ファイルの表示

@ -22,7 +22,6 @@ jobs:
- name: Tag the Docker image
run: docker tag ghcr.io/${{ github.repository }}:${{ steps.package-version.outputs.version }} ghcr.io/${{ github.repository }}:latest
- name: Push the Docker image
run: |
docker push ghcr.io/${{ github.repository }} --all-tags
run: docker push ghcr.io/${{ github.repository }} --all-tags

ファイルの表示

@ -69,13 +69,11 @@ You enjoy consume doujin sites to build web applications. There are a lot sites
| `asmhentai` | [![Asmhentai](https://github.com/sinkaroid/jandapress/workflows/Asmhentai%20test/badge.svg)](https://github.com/sinkaroid/jandapress/actions/workflows/asmhentai.yml) | ✅ | ✅ | ✅ |
| `3hentai` | [![Asmhentai](https://github.com/sinkaroid/jandapress/workflows/3hentai%20test/badge.svg)](https://github.com/sinkaroid/jandapress/actions/workflows/3hentai.yml) | ✅ | ✅ | ✅ |
## 🚀Installation
### Docker images
Check the version of [jandapress](https://github.com/sinkaroid/jandapress/pkgs/container/jandapress)
`docker pull ghcr.io/sinkaroid/jandapress:the_version_available`
`docker run -p 3000:3000 -d ghcr.io/sinkaroid/jandapress:the_version_available`
## Installation
### Docker
[`docker pull ghcr.io/sinkaroid/jandapress:latest`](https://github.com/sinkaroid/jandapress/pkgs/container/jandapress)
### Manual installation
### Manual
`git clone https://github.com/sinkaroid/jandapress.git`
- Install dependencies
- `npm install / yarn install`