fix(ci): repository name must be lowercase

This commit is contained in:
Soulter
2025-11-20 23:46:34 +08:00
parent 604958898c
commit 4e2154feb7
+1 -1
View File
@@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
GHCR_OWNER: ${{ github.repository_owner }}
GHCR_OWNER: soulter
HAS_GHCR_TOKEN: ${{ secrets.GHCR_GITHUB_TOKEN != '' }}
steps: