change ghcr username and password name due to github restrict (#2108)

This commit is contained in:
majinghe
2026-03-09 21:44:35 +08:00
committed by GitHub
parent 16946c5a54
commit 296efea42f

View File

@@ -292,8 +292,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_PASSWORD }}
- name: Login to Quay.io
uses: docker/login-action@v3