ci: use internal registry (bypass Cloudflare upload limit)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-01 10:46:27 -07:00
parent da1a82f04c
commit 1846d1a0f9
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ on:
branches: [main]
env:
REGISTRY: gitea.jeffemmett.com
IMAGE: gitea.jeffemmett.com/jeffemmett/rtrips-online
REGISTRY: localhost:3000
IMAGE: localhost:3000/jeffemmett/rtrips-online
jobs:
deploy: