fix: explicitly name registry
Some checks failed
Check / check (push) Failing after 0s

This commit is contained in:
trev 2025-05-17 01:48:32 -04:00
parent 1e8e06738b
commit 000797f930

View File

@ -100,7 +100,7 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ${REGISTRY}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}