We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36c9592 + 774a33c commit 48f1a79Copy full SHA for 48f1a79
1 file changed
.github/workflows/default.yml
@@ -76,7 +76,7 @@ jobs:
76
uses: docker/login-action@v1
77
with:
78
registry: ghcr.io
79
- username: ${{ github.repository_owner }}
+ username: ${{ github.actor }}
80
password: ${{ secrets.GITHUB_TOKEN }}
81
82
- name: Build
0 commit comments