Skip to content

Commit 0d3e3ad

Browse files
authored
Revert to using GHCR_PAT (#721)
1 parent 28d54c5 commit 0d3e3ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
registry: ghcr.io
3232
username: ${{ github.actor }}
33-
password: ${{ secrets.GITHUB_TOKEN }}
33+
password: ${{ secrets.GHCR_PAT }}
3434

3535
- name: Login to Docker Hub
3636
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)