From 019867f1fa393947c6c192038ed236b76672decc Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Fri, 3 Apr 2026 19:35:45 -0500 Subject: [PATCH] fix: update GIT_REMOTE to git.lunarfront.tech --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 2adcc7e..d608620 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -15,7 +15,7 @@ jobs: if: "!startsWith(github.event.head_commit.message, 'chore: bump version')" env: REGISTRY: registry.digitalocean.com/lunarfront - GIT_REMOTE: git2.lunarfront.tech + GIT_REMOTE: git.lunarfront.tech DOCKER_HOST: tcp://localhost:2375 steps: