Update docker-build.yml

Updated `GHCR_TOKEN` to `GITHUB_TOKEN`
pull/771/head
Donald Zou 2025-06-04 15:55:22 +08:00
parent a7a30fb282
commit 630ce459cb
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
with:
registry: ${{ env.GHCR_PREFIX }}
username: ${{ github.actor }}
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3