ci: use REGISTRY_TOKEN PAT for docker login instead of GITHUB_TOKEN
Some checks failed
Build & publish Docker images / Build & push all images (push) Failing after 1s

This commit is contained in:
Hexadual
2026-04-30 01:48:13 -05:00
parent ee58dd9c0f
commit 56b65517f3

View File

@@ -27,7 +27,7 @@ jobs:
- name: Log in to registry
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | \
echo "${{ secrets.REGISTRY_TOKEN }}" | \
docker login ${{ env.REGISTRY }} -u ${{ github.actor }} --password-stdin
- name: Build & push server