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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-01 10:44:51 -07:00
parent 5f9b66953c
commit 8d9ec544b4
1 changed files with 2 additions and 2 deletions

View File

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