Skip to content

Commit 92f2430

Browse files
committed
chore: Update github token for pushing image to ghcr
1 parent ef906a1 commit 92f2430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-build-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
registry: ghcr.io
8181
username: ${{ github.actor }}
82-
password: ${{ secrets.GITHUB_TOKEN }}
82+
password: ${{ secrets.GHCR_TOKEN }}
8383

8484
- name: Build and push
8585
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)