From 9f71277e480894de43c992991d9b68b9a4c4f19f Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 10 Nov 2024 12:41:06 -0500 Subject: [PATCH] gh actions v2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66e1905..b8e36cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}