completed: cicd process

This commit is contained in:
GuanYuankai 2025-11-11 16:36:46 +08:00
parent 2dbe507a78
commit 388a982c29
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
name: Build and Push Edge Proxy Image name: Build and Push Edge Proxy Image
on: on:
push: create:
branches: tags:
- cicd-testing # 保持在测试分支触发 - 'v*.*.*' # 1. 触发器已改回 Tag 模式
jobs: jobs:
build-and-push: build-and-push:

View File

@ -35,8 +35,8 @@
300, 300,
300 300
], ],
"label_path": "/app/edge-proxy/models/coco_80_labels_list.txt", "label_path": "/app/edge-proxy/coco_80_labels_list.txt",
"model_path": "/app/edge-proxy/models/RK3588/yolov5s-640-640.rknn", "model_path": "/app/edge-proxy/RK3588/yolov5s-640-640.rknn",
"rknn_thread_num": 3, "rknn_thread_num": 3,
"time_threshold_sec": 3 "time_threshold_sec": 3
}, },