Skip to content

Commit 2520786

Browse files
committed
fix login
1 parent 85db42f commit 2520786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/login-action@v3
4444
with:
4545
registry: ghcr.io
46-
username: ${{ github.repository_owner }}
46+
username: ${{ github.actor }}
4747
password: ${{ secrets.GITHUB_TOKEN }}
4848

4949
- name: Set up QEMU
@@ -94,7 +94,7 @@ jobs:
9494
uses: docker/login-action@v3
9595
with:
9696
registry: ghcr.io
97-
username: ${{ github.repository_owner }}
97+
username: ${{ github.actor }}
9898
password: ${{ secrets.GITHUB_TOKEN }}
9999

100100
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)