Use GHCR_TOKEN instead of GITHUB_TOKEN for package push

This commit is contained in:
2026-03-29 09:11:09 -04:00
parent f639758bcb
commit d0c15dae86

View File

@@ -36,7 +36,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GHCR_TOKEN }}
- name: Build and push Docker image - name: Build and push Docker image
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5