danny-avila / rag_api

ID-based RAG FastAPI: Integration with Langchain and PostgreSQL/pgvector
https://librechat.ai/
MIT License
252 stars 105 forks source link

🐳 feat: Release workflow for versioning docker images #40

Closed DenisPalnitsky closed 4 months ago

DenisPalnitsky commented 4 months ago

This PR adds release workflow that is triggered when a tag is created and builds and image with the same docker tag

danny-avila commented 4 months ago

Thanks, I'll try this out

danny-avila commented 4 months ago

Push workflow failed so I reverted it

DenisPalnitsky commented 4 months ago

Push workflow failed so I reverted it

Apologies, I left the debug code there. Should be fine now

DenisPalnitsky commented 4 months ago

@danny-avila you can test it without merging by triggering the action manually. Should I open new PR?

danny-avila commented 4 months ago

You can open a new PR, with github workflows, I prefer to test in their environment. I only reverted the change to images.yaml

DenisPalnitsky commented 4 months ago

Here is the fix #43