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 00:04:17 +09:00
parent 67fa839f46
commit 2edb888008

View File

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