FIX(auth): use gitearegistry secret

- Use gitearegistry secret for authentication
- Fix registry credentials
This commit is contained in:
2025-12-20 13:18:57 +09:00
parent 4a14c9b8cf
commit 7806b07978

View File

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