mirror of
https://github.com/hwanny1128/HGZero.git
synced 2025-12-06 13:46:24 +00:00
Merge pull request #50 from hwanny1128/feat/rag-function
fix: build option
This commit is contained in:
commit
abd5af4308
1
.github/workflows/rag-cicd_ArgoCD.yaml
vendored
1
.github/workflows/rag-cicd_ArgoCD.yaml
vendored
@ -166,6 +166,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Building and pushing RAG service..."
|
echo "Building and pushing RAG service..."
|
||||||
docker build \
|
docker build \
|
||||||
|
--no-cache \
|
||||||
-f deployment/container/Dockerfile-rag \
|
-f deployment/container/Dockerfile-rag \
|
||||||
-t ${{ env.REGISTRY }}/${{ env.IMAGE_ORG }}/${{ env.SERVICE_NAME }}:${{ needs.build.outputs.environment }}-${{ needs.build.outputs.image_tag }} \
|
-t ${{ env.REGISTRY }}/${{ env.IMAGE_ORG }}/${{ env.SERVICE_NAME }}:${{ needs.build.outputs.environment }}-${{ needs.build.outputs.image_tag }} \
|
||||||
rag/
|
rag/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user