Skip to content

Commit 2f3ffb2

Browse files
authored
Update docker-image.yml
1 parent b9f7af0 commit 2f3ffb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
24-
password: ${{ secrets.GITHUB_TOKEN }}
24+
password: ${{ secrets.GHCR_PAT }}
2525

2626
- name: Build the Docker image
2727
run: |

0 commit comments

Comments
 (0)