completed: cicd process
This commit is contained in:
parent
13ef8a0a2c
commit
f748d0fd92
|
|
@ -1,9 +1,9 @@
|
|||
name: Build and Push Edge Proxy Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- cicd-testing # 保持在测试分支触发
|
||||
create:
|
||||
tags:
|
||||
- 'v*.*.*' # 1. 触发器已改回 Tag 模式
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
|
|
@ -48,6 +48,9 @@
|
|||
300,
|
||||
300
|
||||
],
|
||||
"label_path": "/app/edge-proxy/coco_80_labels_list.txt",
|
||||
"model_path": "/app/edge-proxy/RK3588/yolov5s-640-640.rknn",
|
||||
"rknn_thread_num": 3,
|
||||
"time_threshold_sec": 3
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue