Merge pull request #50 from hwanny1128/feat/rag-function

fix: build option
This commit is contained in:
Daewoong Jeon 2025-10-30 12:17:58 +09:00 committed by GitHub
commit abd5af4308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,6 +166,7 @@ jobs:
run: |
echo "Building and pushing RAG service..."
docker build \
--no-cache \
-f deployment/container/Dockerfile-rag \
-t ${{ env.REGISTRY }}/${{ env.IMAGE_ORG }}/${{ env.SERVICE_NAME }}:${{ needs.build.outputs.environment }}-${{ needs.build.outputs.image_tag }} \
rag/