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 GitHub
parent 8c867d3b16
commit 9dd79929e8

View File

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