REFACTOR(auth): use CR_PAT for ghcr.io

- Use CR_PAT instead of GITHUB_TOKEN for registry login
- Fix authentication for private container registry
This commit is contained in:
2025-12-30 01:47:55 +09:00
parent b789942263
commit 83fd35c3ee

View File

@@ -34,7 +34,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.CR_PAT }}
- name: Lowercase repository name
id: lowercase