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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-01 10:46:10 -07:00
parent 4fe7b7db0c
commit 36c5a84d6d
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/rsocials-online
REGISTRY: localhost:3000
IMAGE: localhost:3000/jeffemmett/rsocials-online
jobs:
deploy: