FIX(ci): fix gitea registry login

- Use github.token for Gitea registry authentication
- Fix CI authentication
This commit is contained in:
2025-12-20 12:39:33 +09:00
parent fe365a60c9
commit 275288e2dd

View File

@@ -29,7 +29,7 @@ jobs:
- name: Log in to Gitea Container Registry
run: |
echo "${{ secrets.GITEA_TOKEN }}" | docker login ${{ env.REGISTRY }} -u bluemayne --password-stdin
echo "${{ github.token }}" | docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
- name: Lowercase repository name
id: lowercase