use actor instead of repo owner
https://github.com/seaweedfs/seaweedfs-csi-driver/pull/27#issuecomment-877774143
This commit is contained in:
parent
fa1045c861
commit
cfe0766a42
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Annotate Docker images
|
- name: Annotate Docker images
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user