feat:测试平台2.0更新
All checks were successful
iot-test-platform CI/CD / build-and-deploy (push) Successful in 15s

This commit is contained in:
lzh
2025-12-15 10:54:47 +08:00
parent f64d1c3ad2
commit 461f139731
56 changed files with 1668 additions and 814 deletions

View File

@@ -1,4 +1,4 @@
name: JT808 CI/CD
name: iot-test-platform CI/CD
on:
push:
@@ -45,7 +45,7 @@ jobs:
- name: Build Docker Image
id: build
env:
IMAGE_NAME: 'jt808-server'
IMAGE_NAME: 'iot-test-platform'
run: |
SHORT_SHA=$(git log -1 --format='%h')
FULL_IMAGE_NAME="${IMAGE_NAME}:${SHORT_SHA}"