ci: use internal registry (bypass Cloudflare upload limit)
CI/CD / deploy (push) Successful in 25s
Details
CI/CD / deploy (push) Successful in 25s
Details
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
96d7e5a982
commit
c4ef62a144
|
|
@ -9,8 +9,8 @@ on:
|
|||
branches: [main]
|
||||
|
||||
env:
|
||||
REGISTRY: gitea.jeffemmett.com
|
||||
IMAGE: gitea.jeffemmett.com/jeffemmett/rstack-online
|
||||
REGISTRY: localhost:3000
|
||||
IMAGE: localhost:3000/jeffemmett/rstack-online
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in New Issue