ci: use internal registry (bypass Cloudflare upload limit)
CI/CD / test (push) Successful in 1m48s Details
CI/CD / deploy (push) Has been skipped Details

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

View File

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