feat: speed up first sysInfo call

This commit is contained in:
langhuihui
2024-12-17 16:05:36 +08:00
parent b3a3e37429
commit 0042568dff
17 changed files with 820 additions and 437 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
name: Go
on:
push:
branches:
- v5
create:
tags:
- 'v5*'
env:
dest: bin
jobs:
@@ -92,5 +92,5 @@ jobs:
- name: docker push
if: success() && !contains(env.version, 'beta')
run: |
docker tag langhuihui/monibuca:latest langhuihui/monibuca:${{ env.version }}
docker tag langhuihui/monibuca:v5 langhuihui/monibuca:${{ env.version }}
docker push langhuihui/monibuca:${{ env.version }}