REFACTOR(auth): use GITEA_PACKAGE_TOKEN

- Change to GITEA_PACKAGE_TOKEN for authentication
- Update registry login method
This commit is contained in:
2025-12-20 12:42:20 +09:00
parent 1db60d59ea
commit 2101818450

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.GITEA_PACKAGE_TOKEN }}" | docker login ${{ env.REGISTRY }} -u bluemayne --password-stdin
- name: Lowercase repository name
id: lowercase