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 02:35:03 +09:00
parent 4ac55bdc64
commit bc3f0db927

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