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 }}