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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-01 10:46:31 -07:00
parent 5eddd83208
commit 2c641c83d6
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/rtube-online IMAGE: localhost:3000/jeffemmett/rtube-online
jobs: jobs:
deploy: deploy: