Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Lucas Oliveira
6928f8e4bf updated runner to 16 cores 2025-11-17 18:11:07 -03:00
Lucas Oliveira
1b6dd9532b Bump version 2025-11-17 18:08:59 -03:00
2 changed files with 5 additions and 5 deletions

View file

@ -56,7 +56,7 @@ jobs:
tag: phact/openrag-backend tag: phact/openrag-backend
platform: linux/amd64 platform: linux/amd64
arch: amd64 arch: amd64
runs-on: ubuntu-latest runs-on: ubuntu-latest-16-cores
- image: backend - image: backend
file: ./Dockerfile.backend file: ./Dockerfile.backend
tag: phact/openrag-backend tag: phact/openrag-backend
@ -70,7 +70,7 @@ jobs:
tag: phact/openrag-frontend tag: phact/openrag-frontend
platform: linux/amd64 platform: linux/amd64
arch: amd64 arch: amd64
runs-on: ubuntu-latest runs-on: ubuntu-latest-16-cores
- image: frontend - image: frontend
file: ./Dockerfile.frontend file: ./Dockerfile.frontend
tag: phact/openrag-frontend tag: phact/openrag-frontend
@ -84,7 +84,7 @@ jobs:
tag: phact/openrag-langflow tag: phact/openrag-langflow
platform: linux/amd64 platform: linux/amd64
arch: amd64 arch: amd64
runs-on: ubuntu-latest runs-on: ubuntu-latest-16-cores
- image: langflow - image: langflow
file: ./Dockerfile.langflow file: ./Dockerfile.langflow
tag: phact/openrag-langflow tag: phact/openrag-langflow
@ -98,7 +98,7 @@ jobs:
tag: phact/openrag-opensearch tag: phact/openrag-opensearch
platform: linux/amd64 platform: linux/amd64
arch: amd64 arch: amd64
runs-on: ubuntu-latest runs-on: ubuntu-latest-16-cores
- image: opensearch - image: opensearch
file: ./Dockerfile file: ./Dockerfile
tag: phact/openrag-opensearch tag: phact/openrag-opensearch

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "openrag" name = "openrag"
version = "0.1.33" version = "0.1.34"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.13" requires-python = ">=3.13"