ci: use internal registry (bypass Cloudflare upload limit)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f0fc60e6d5
commit
94964dfe88
|
|
@ -9,8 +9,8 @@ on:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea.jeffemmett.com
|
REGISTRY: localhost:3000
|
||||||
IMAGE: gitea.jeffemmett.com/jeffemmett/rspace-online
|
IMAGE: localhost:3000/jeffemmett/rspace-online
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue