mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
🪆 fix: Build RAG-API Chart Before Parent to Bundle PostgreSQL Dependency (#14262)
Co-authored-by: anmol-kumar-us <anmolsrivastav.lw@gmail.com>
This commit is contained in:
parent
99f2cc8c7d
commit
5cf849d8d5
1 changed files with 4 additions and 4 deletions
8
.github/workflows/helmcharts.yml
vendored
8
.github/workflows/helmcharts.yml
vendored
|
|
@ -66,10 +66,10 @@ jobs:
|
|||
|
||||
- name: Build Subchart Deps
|
||||
run: |
|
||||
cd helm/librechat
|
||||
helm dependency build
|
||||
cd ../librechat-rag-api
|
||||
helm dependency build
|
||||
cd helm/librechat-rag-api
|
||||
helm dependency build
|
||||
cd ../librechat
|
||||
helm dependency build
|
||||
|
||||
# Log in to GitHub Container Registry
|
||||
- name: Log in to GitHub Container Registry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue