ci: change the docker login username

This commit is contained in:
LongYinan 2021-04-11 14:09:45 +08:00
parent 8fb344d882
commit 7c81e48da6
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -22,7 +22,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ secrets.GH_CONTAINER_UNAME }}
password: ${{ secrets.GH_TOKEN }}
- name: Build and push