Skip to content

Commit 0f1b21c

Browse files
authored
Docker - Fix publish docker image in GitHub Registry (ggml-org#235)
* fix publish permission * try to fix docker pipeline using as password github_token & username repository_owner
1 parent 074bea2 commit 0f1b21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: docker/login-action@v2
4141
with:
4242
registry: ghcr.io
43-
username: ${{ github.actor }}
43+
username: ${{ github.repository_owner }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

4646
- name: Build and push Docker image (versioned)

0 commit comments

Comments
 (0)