try fix github action push to image hub (#2115)

This commit is contained in:
Jianbo Sun
2021-08-18 14:35:43 +08:00
committed by GitHub
parent 601510e43c
commit 8e4a0c8306
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login docker.io
uses: docker/login-action@v1