ci: use internal registry (bypass Cloudflare upload limit)
CI/CD / deploy (push) Failing after 54s Details

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-01 10:43:47 -07:00
parent 9c00a0f574
commit 4e9a2f1ac2
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ on:
branches: [main]
env:
REGISTRY: gitea.jeffemmett.com
IMAGE: gitea.jeffemmett.com/jeffemmett/ebb-n-flow-website
REGISTRY: localhost:3000
IMAGE: localhost:3000/jeffemmett/ebb-n-flow-website
jobs:
deploy: