fix(ci): authenticate to GHCR using GHCR_PAT for Docker push

This commit is contained in:
Keyvan Ebrahimpour 2025-04-11 21:12:07 +00:00
parent 6dd2c33f36
commit 2a7a08740b

View file

@ -27,7 +27,7 @@ jobs:
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GHCR_PAT }}
- name: Build and Push Docker Image - name: Build and Push Docker Image
run: | run: |