gh actions v2
Some checks failed
build / docker (push) Failing after 8m35s

This commit is contained in:
Wyatt J. Miller 2024-11-10 12:41:06 -05:00
parent 770f336a77
commit 9f71277e48

View File

@ -20,7 +20,7 @@ jobs:
- name: Log in to the Container registry
uses: docker/login-action@v3
with:
registry: "https://scm.wyattjmiller.com"
registry: scm.wyattjmiller.com
username: ${{ secrets.GH_ACTION_USERNAME }}
password: ${{ secrets.GH_ACTION_TOKEN }}