Skip to content

Commit 1e321d9

Browse files
authored
Update build.yaml
1 parent 5f8b914 commit 1e321d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/login-action@v3.6.0
4545
with:
4646
registry: ghcr.io
47-
username: ${{ github.actor }}
47+
username: ${{ github.repository_owner }}
4848
password: ${{ secrets.BUILD_TOKEN }}
4949

5050
- name: Set up Docker Buildx
@@ -101,7 +101,7 @@ jobs:
101101
uses: docker/login-action@v3.6.0
102102
with:
103103
registry: ghcr.io
104-
username: ${{ github.actor }}
104+
username: ${{ github.repository_owner }}
105105
password: ${{ secrets.BUILD_TOKEN }}
106106

107107
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)