ci: use internal registry (bypass Cloudflare upload limit)
CI/CD / deploy (push) Successful in 42s Details

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

View File

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