diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-07-11 11:48:05 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-07-11 11:48:05 -0700 |
| commit | cfe0766a422b5d8a6b80cb75a6a32253cc648515 (patch) | |
| tree | 1df11c4680ecbbbdb4ed4c6fc8014feef8a3336d /.github/workflows | |
| parent | fa1045c861b79d8fe0a3569eca62d0501ead9614 (diff) | |
| download | seaweedfs-csi-driver-cfe0766a422b5d8a6b80cb75a6a32253cc648515.tar.xz seaweedfs-csi-driver-cfe0766a422b5d8a6b80cb75a6a32253cc648515.zip | |
use actor instead of repo owner
https://github.com/seaweedfs/seaweedfs-csi-driver/pull/27#issuecomment-877774143
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4dd3ccf..d8b9f0e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 |
