From cfe0766a422b5d8a6b80cb75a6a32253cc648515 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 11 Jul 2021 11:48:05 -0700 Subject: [PATCH] use actor instead of repo owner https://github.com/seaweedfs/seaweedfs-csi-driver/pull/27#issuecomment-877774143 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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