From c6482dbc1ee3bef73457382d8efa805025df72cb Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 1 Apr 2026 10:44:11 -0700 Subject: [PATCH] ci: use internal registry (bypass Cloudflare upload limit) Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7c44647..90dcbea 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,8 +9,8 @@ on: branches: [main] env: - REGISTRY: gitea.jeffemmett.com - IMAGE: gitea.jeffemmett.com/jeffemmett/funz-quest + REGISTRY: localhost:3000 + IMAGE: localhost:3000/jeffemmett/funz-quest jobs: deploy: