specify ghcr.io repo in release.yml

This commit is contained in:
evanpelle
2025-12-25 19:56:02 -08:00
parent 77908f7a1a
commit 7f80eb7230
+1
View File
@@ -19,6 +19,7 @@ jobs:
- name: 🔗 Log in to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ vars.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
- id: build