use actor instead of repo owner

https://github.com/seaweedfs/seaweedfs-csi-driver/pull/27#issuecomment-877774143
This commit is contained in:
Chris Lu 2021-07-11 11:48:05 -07:00
parent fa1045c861
commit cfe0766a42

View File

@ -55,7 +55,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Annotate Docker images