mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-05-08 19:21:09 +08:00
feat: speed up first sysInfo call
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user