Skip to content

Commit a2e35e2

Browse files
authored
Merge pull request #46 from ponkio-o/fix-login-username
fix: use github.repository_owner instead of github.actor
2 parents 7a2b844 + 317f8e2 commit a2e35e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
3030
with:
3131
registry: ghcr.io
32-
username: ${{ github.actor }}
32+
username: ${{ github.repository_owner }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Build and push
@@ -82,7 +82,7 @@ jobs:
8282
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
8383
with:
8484
registry: ghcr.io
85-
username: ${{ github.actor }}
85+
username: ${{ github.repository_owner }}
8686
password: ${{ secrets.GITHUB_TOKEN }}
8787

8888
- name: Build and push

0 commit comments

Comments
 (0)