mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Support thread pool and update ossrs.net. v5.0.33
This commit is contained in:
commit
db5d6dcd4a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -364,7 +364,7 @@ jobs:
|
|||
command_timeout: 30m
|
||||
script: |
|
||||
docker pull registry.cn-hangzhou.aliyuncs.com/ossrs/srs:$SRS_MAJOR
|
||||
docker rm -f srs-server
|
||||
docker rm -f srs-dev
|
||||
#
|
||||
# Cleanup old docker images.
|
||||
for image in $(docker images |grep '<none>' |awk '{print $3}'); do
|
||||
|
@ -383,8 +383,8 @@ jobs:
|
|||
timeout: 60s
|
||||
command_timeout: 30m
|
||||
script: |
|
||||
docker pull registry.cn-hangzhou.aliyuncs.com/ossrs/srs:$SRS_MAJOR
|
||||
docker rm -f srs-server
|
||||
docker pull ossrs/lighthouse:$SRS_MAJOR
|
||||
docker rm -f srs-dev
|
||||
#
|
||||
# Cleanup old docker images.
|
||||
for image in $(docker images |grep '<none>' |awk '{print $3}'); do
|
||||
|
|
Loading…
Reference in a new issue