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