Skip to content

Commit

Permalink
Merge branch 'main' into lab-profile
Browse files Browse the repository at this point in the history
  • Loading branch information
jland-redhat authored Jan 10, 2025
2 parents f3c5af1 + 2c08eb9 commit 2c1050a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
IMAGE_BASE_REGISTRY: quay.io
IMAGE_REGISTRY: quay.io/redhat-saia/quarkus-routing-service
IMAGE_REGISTRY: quay.io/redhat-composer-ai/conductor

jobs:
build-jar:
Expand Down Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Login to Docker Registry
uses: docker/login-action@v1
with:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_PASSWORD }}
registry: ${{ env.IMAGE_BASE_REGISTRY }}

- name: Build and push
Expand All @@ -72,4 +72,4 @@ jobs:
file: ./Containerfile
push: true
tags: ${{ env.IMAGE_REGISTRY }}:${{ github.ref_name }}, ${{ env.IMAGE_REGISTRY }}:latest
ulimit: nofile=4096
ulimit: nofile=4096
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Quarkus Service that allows for the routing to different RAG sources and LLMs.

[![Build Image](https://github.com/redhat-composer-ai/quarkus-llm-router/actions/workflows/build-and-push.yaml/badge.svg)](https://github.com/redhat-composer-ai/quarkus-llm-router/actions/workflows/build-and-push.yaml)

[![GitHub](https://img.shields.io/badge/GitHub-repo-blue.svg)](https://github.com/redhat-composer-ai/quarkus-llm-router) [![Quay.io](https://img.shields.io/badge/Quay.io-image-blue.svg)](https://quay.io/repository/redhat-composer-ai/conductor)

## Architecture

![](.assets/Routing%20Service.drawio.png)
Expand Down

0 comments on commit 2c1050a

Please sign in to comment.