REFACTOR(auth): use gitea secret

- Use Gitea-provided secret for registry authentication
- Simplify credential management
This commit is contained in:
2025-12-20 12:45:02 +09:00
parent 2101818450
commit c411a6499b

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