Skip to content

Commit aba386d

Browse files
committed
fix
1 parent 71ac3e9 commit aba386d

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
@@ -34,7 +34,7 @@ jobs:
3434
uses: docker/login-action@v2
3535
with:
3636
registry: ghcr.io
37-
username: ${{ github.actor }}
37+
username: ${{ github.repository_owner }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939

4040
- name: Build and push

0 commit comments

Comments
 (0)