We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d1ad5 commit e6f1f2dCopy full SHA for e6f1f2d
1 file changed
.github/workflows/deploy.yml
@@ -28,8 +28,8 @@ jobs:
28
uses: docker/login-action@v3
29
with:
30
registry: ${{ env.REGISTRY }}
31
- username: ${{ github.actor }}
32
- password: ${{ secrets.GITHUB_TOKEN }}
+ username: ${{ github.repository_owner }}
+ password: ${{ secrets.GHCR_PAT }}
33
34
- name: Extract metadata
35
id: meta
0 commit comments