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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-01 10:43:30 -07:00
parent 4d5bf7e5ef
commit feb1c689a4
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/cosmolocal-website
REGISTRY: localhost:3000
IMAGE: localhost:3000/jeffemmett/cosmolocal-website
jobs:
deploy: