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:38:57 +09:00
parent ce5894d2be
commit 1db60d59ea

View File

@@ -29,7 +29,7 @@ jobs:
- name: Log in to Gitea Container Registry - name: Log in to Gitea Container Registry
run: | 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 - name: Lowercase repository name
id: lowercase id: lowercase