Skip to content

Commit 774a33c

Browse files
committed
Change github username for image push
1 parent 893c7f0 commit 774a33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: docker/login-action@v1
7777
with:
7878
registry: ghcr.io
79-
username: ${{ github.repository_owner }}
79+
username: ${{ github.actor }}
8080
password: ${{ secrets.GITHUB_TOKEN }}
8181

8282
- name: Build

0 commit comments

Comments
 (0)