fix: use GHCR_PAT for GHCR login in CI workflow [CAR-931] #11

Closed
Barcode Betty wants to merge 1 commits from barcode-betty/car-931-ghcr-auth into dev
+2 -2
View File
@@ -46,8 +46,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITEA_TOKEN }}
username: cartsnitch
password: ${{ secrets.GHCR_PAT }}
- name: Extract metadata
id: meta