Skip to content

Commit 1e41111

Browse files
committed
Update release.yml to use github.actor in release.yml.
1 parent 9149035 commit 1e41111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: docker/login-action@v1
6464
with:
6565
registry: ghcr.io
66-
username: ${{ github.repository_owner }}
66+
username: ${{ github.actor }}
6767
password: ${{ secrets.GITHUB_TOKEN }}
6868

6969
# Build and push new docker image, skip for manual redeploy other than 'latest'

0 commit comments

Comments
 (0)