We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbe7f8 commit 633b88cCopy full SHA for 633b88c
.github/workflows/build-and-push-ghcr.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Log in to GitHub Container Registry (GHCR)
34
if: github.actor != 'dependabot[bot]'
35
- run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u ${{ secrets.GITHUB_USER }} --password-stdin
+ run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
36
37
- name: Log in to Docker Hub
38
0 commit comments