ci: use GH_TOKEN in docker action

This commit is contained in:
LongYinan 2021-04-08 10:48:41 +08:00
parent e4753b7c1d
commit 8fb344d882
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -23,7 +23,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2