Skip to content

Commit a8c55fc

Browse files
committed
test
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 4b1babb commit a8c55fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ChatQnA/docker_image_build/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,9 @@ services:
131131
dockerfile: comps/nginx/Dockerfile
132132
extends: chatqna
133133
image: ${REGISTRY:-opea}/nginx:${TAG:-latest}
134+
cancel-in-pr:
135+
build:
136+
context: GenAIComps
137+
dockerfile: comps/cancel-in-pr/Dockerfile
138+
extends: chatqna
139+
image: ${REGISTRY:-opea}/cancel-in-pr:${TAG:-latest}

0 commit comments

Comments
 (0)