From f5d742da35f1e53b6ecef9c64ce2a91ff67e0cab Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Wed, 9 Jul 2025 07:10:31 +0200 Subject: [PATCH 1/3] chore: update subproject commit reference in rag-infrastructure --- rag-infrastructure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag-infrastructure b/rag-infrastructure index e0119abb..50be2d3a 160000 --- a/rag-infrastructure +++ b/rag-infrastructure @@ -1 +1 @@ -Subproject commit e0119abbb52138180480bb5b77701898288e6df0 +Subproject commit 50be2d3a0ef8f8667766a1d7297b8d98507dfce8 From e197f8f8923503db5e641dfae5dfbadd8b78da51 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 9 Jul 2025 05:13:09 +0000 Subject: [PATCH 2/3] chore: update submodules to latest main --- rag-infrastructure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rag-infrastructure b/rag-infrastructure index 50be2d3a..e0119abb 160000 --- a/rag-infrastructure +++ b/rag-infrastructure @@ -1 +1 @@ -Subproject commit 50be2d3a0ef8f8667766a1d7297b8d98507dfce8 +Subproject commit e0119abbb52138180480bb5b77701898288e6df0 From 2c2ef053da5fdefb8d58394f303f0a028ee0aa2e Mon Sep 17 00:00:00 2001 From: Andreas Klos Date: Wed, 9 Jul 2025 07:19:08 +0200 Subject: [PATCH 3/3] fix: correct indentation in build_and_push target in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4492cd29..59ff9320 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ build_and_push: docker buildx build --platform linux/amd64 -t $(REGISTRY)/document-extractor:$(IMAGE_TAG) -f document-extractor/Dockerfile --push . docker buildx build --platform linux/amd64 -t $(REGISTRY)/frontend:$(IMAGE_TAG) -f frontend/apps/chat-app/Dockerfile --push . docker buildx build --platform linux/amd64 -t $(REGISTRY)/admin-frontend:$(IMAGE_TAG) -f frontend/apps/admin-app/Dockerfile --push . - docker buildx build --platform linux/amd64 -t $(REGISTRY)/mcp-server:$(IMAGE_TAG) -f mcp-server/Dockerfile --push . + docker buildx build --platform linux/amd64 -t $(REGISTRY)/mcp-server:$(IMAGE_TAG) -f mcp-server/Dockerfile --push .