From 5df67741b7fec55e645a0113576995d7c14d2f33 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 1 Apr 2026 10:43:50 -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 fa17f81..fa773c2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,8 +9,8 @@ on: branches: [dev] env: - REGISTRY: gitea.jeffemmett.com - IMAGE: gitea.jeffemmett.com/jeffemmett/elle-o-elle + REGISTRY: localhost:3000 + IMAGE: localhost:3000/jeffemmett/elle-o-elle jobs: deploy: