We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6673838 commit 65ad833Copy full SHA for 65ad833
1 file changed
.github/workflows/docker-publish.yml
@@ -33,8 +33,8 @@ jobs:
33
uses: docker/login-action@v3
34
with:
35
registry: ${{ env.REGISTRY }}
36
- username: ${{ github.actor }}
37
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ github.repository_owner }}
+ password: ${{ secrets.GHCR_TOKEN }}
38
39
- name: Extract metadata (tags, labels) for Docker
40
id: meta
0 commit comments