Change Docker login to use GHCR credentials

Updated Docker login credentials for GitHub Container Registry.
This commit is contained in:
Luke Gustafson
2025-10-20 15:22:41 -05:00
committed by LukeGus
parent 11e62f54bb
commit d1693308dc

View File

@@ -58,8 +58,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: lukegus
password: ${{ secrets.GHCR_TOKEN }}
- name: Login to Docker Hub
if: github.event.inputs.registry == 'dockerhub'