fix: build option

This commit is contained in:
djeon 2025-10-30 12:17:16 +09:00
parent 2481fa907b
commit c332f7ef65

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/