mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Release v4.0-b2, 4.0 beta2, v4.0.215, 144278 lines.
This commit is contained in:
parent
8bc2759c7e
commit
a01fd52712
2 changed files with 5 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -88,6 +88,8 @@ jobs:
|
|||
docker push ossrs/srs:$SRS_TAG
|
||||
docker tag ossrs/srs:$SRS_TAG ossrs/srs:$SRS_MAJOR
|
||||
docker push ossrs/srs:$SRS_MAJOR
|
||||
docker tag ossrs/srs:$SRS_TAG ossrs/srs:latest
|
||||
docker push ossrs/srs:latest
|
||||
# Aliyun ACR
|
||||
- name: Login Aliyun docker hub
|
||||
uses: aliyun/acr-login@v1
|
||||
|
@ -105,6 +107,8 @@ jobs:
|
|||
docker push registry.cn-hangzhou.aliyuncs.com/ossrs/srs:v$SRS_MAJOR
|
||||
docker tag ossrs/srs:$SRS_TAG registry.cn-hangzhou.aliyuncs.com/ossrs/srs:$SRS_MAJOR
|
||||
docker push registry.cn-hangzhou.aliyuncs.com/ossrs/srs:$SRS_MAJOR
|
||||
docker tag ossrs/srs:$SRS_TAG registry.cn-hangzhou.aliyuncs.com/ossrs/srs:latest
|
||||
docker push registry.cn-hangzhou.aliyuncs.com/ossrs/srs:latest
|
||||
|
||||
################################################################
|
||||
# K8S
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue