ci: use internal registry (bypass Cloudflare upload limit)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
15cdd172f8
commit
2b64692196
|
|
@ -8,8 +8,8 @@ on:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: gitea.jeffemmett.com
|
REGISTRY: localhost:3000
|
||||||
IMAGE: gitea.jeffemmett.com/jeffemmett/canvas-website
|
IMAGE: localhost:3000/jeffemmett/canvas-website
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue