fix: 硬编码 repo 名称来确保小写

This commit is contained in:
Clansty 2022-03-04 19:48:00 +08:00
parent 4a3c46393c
commit 109346f77f
No known key found for this signature in database
GPG Key ID: 05F8479BA63A8E92
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Pull old container
run: docker pull ghcr.io/${{ github.repository }}:raincandy
run: docker pull ghcr.io/clansty/q2tg:raincandy
- name: Build and push
uses: docker/build-push-action@v2