chore: Add registry for external login test

This commit is contained in:
Gerald Pinder 2024-06-02 18:17:11 -04:00
parent bf52cdae35
commit 32e2ba35cf

View file

@ -165,6 +165,7 @@ jobs:
- name: Docker Login
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}