aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-11 11:48:05 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-11 11:48:05 -0700
commitcfe0766a422b5d8a6b80cb75a6a32253cc648515 (patch)
tree1df11c4680ecbbbdb4ed4c6fc8014feef8a3336d
parentfa1045c861b79d8fe0a3569eca62d0501ead9614 (diff)
downloadseaweedfs-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
-rw-r--r--.github/workflows/release.yaml2
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