ci: fix ghcr token

This commit is contained in:
Soulter
2025-06-09 12:32:38 +08:00
parent 49fcff1daf
commit fd0c182087
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
with:
registry: ghcr.io
username: Soulter
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GHCR_GITHUB_TOKEN }}
- name: Build and Push Docker to DockerHub and Github GHCR
uses: docker/build-push-action@v6