From 9458b22d2e35f5430f8ad0e925c0c2d9b7aa7320 Mon Sep 17 00:00:00 2001 From: Manish Kumar Date: Sun, 30 Aug 2026 12:48:40 -0500 Subject: [PATCH] fix(rag): remove obsolete token build arg --- docker-compose.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bcc0321..f26b41b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -378,11 +378,8 @@ services: context: ${MACHINE_DIR} dockerfile: omnibioai-rag/Dockerfile target: backend - # The frontend does not consume a BuildKit secret. The backend stage - # installs private git+https IAM/usage clients and mounts this secret in - # its RUN instruction only. - args: - GITHUB_TOKEN: ${GHCR_PULL_TOKEN} + # Both Dockerfile stages mount this secret only for their package + # installation commands; it is never passed as a build ARG. secrets: - github_token restart: on-failure