completed: cicd process

This commit is contained in:
GuanYuankai 2025-11-11 16:36:46 +08:00
parent 13ef8a0a2c
commit f748d0fd92
2 changed files with 6 additions and 3 deletions

View File

@ -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:

View File

@ -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
}
}