Update docker.yml

This commit is contained in:
purofle 2025-06-03 00:49:26 +08:00 committed by GitHub
parent 5597177afa
commit fc9c3b481f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,8 +20,8 @@ jobs:
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ secrets.GH_USERNAME }}
password: ${{ secrets.GH_TOKEN }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build & Push
uses: docker/build-push-action@v6.11.0
with: