1 parent ef906a1 commit 92f2430Copy full SHA for 92f2430
1 file changed
.github/workflows/docker-build-dockerhub.yml
@@ -79,7 +79,7 @@ jobs:
79
with:
80
registry: ghcr.io
81
username: ${{ github.actor }}
82
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GHCR_TOKEN }}
83
84
- name: Build and push
85
uses: docker/build-push-action@v5
0 commit comments