Skip to content

Commit 3057e3e

Browse files
authored
Update build.yaml
1 parent 7e74673 commit 3057e3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)