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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-01 10:46:20 -07:00
parent 96d7e5a982
commit c4ef62a144
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/rstack-online IMAGE: localhost:3000/jeffemmett/rstack-online
jobs: jobs:
deploy: deploy: