Skip to content

Commit fd0c182

Browse files
committed
ci: fix ghcr token
1 parent 49fcff1 commit fd0c182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
registry: ghcr.io
4646
username: Soulter
47-
password: ${{ secrets.GITHUB_TOKEN }}
47+
password: ${{ secrets.GHCR_GITHUB_TOKEN }}
4848

4949
- name: Build and Push Docker to DockerHub and Github GHCR
5050
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)