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