REVERT(ci): revert to GITHUB_TOKEN for ghcr.io

- Revert authentication to GITHUB_TOKEN
- Fix container registry push
This commit is contained in:
2026-01-01 19:37:44 +09:00
parent 8719e1723c
commit 0e9940f0a3

View File

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