Skip to content

Commit 633b88c

Browse files
committed
reverted github user
1 parent adbe7f8 commit 633b88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-push-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Log in to GitHub Container Registry (GHCR)
3434
if: github.actor != 'dependabot[bot]'
35-
run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u ${{ secrets.GITHUB_USER }} --password-stdin
35+
run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
3636

3737
- name: Log in to Docker Hub
3838
if: github.actor != 'dependabot[bot]'

0 commit comments

Comments
 (0)