mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 03:44:02 +08:00
Support release SRS 4.0
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- v3*
|
||||
- v4*
|
||||
|
||||
jobs:
|
||||
k8s:
|
||||
@@ -72,4 +73,11 @@ jobs:
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v3') }}
|
||||
run: |-
|
||||
kubectl set image deploy/srs3-deploy srs=registry.cn-hangzhou.aliyuncs.com/ossrs/srs:$SRS_TAG
|
||||
kubectl describe deploy/srs3-deploy
|
||||
kubectl describe deploy/srs3-deploy
|
||||
|
||||
- name: Release SRS 4.0 to Aliyun ACK
|
||||
shell: bash
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v4') }}
|
||||
run: |-
|
||||
kubectl set image deploy/srs4-deploy srs4=registry.cn-hangzhou.aliyuncs.com/ossrs/srs:$SRS_TAG
|
||||
kubectl describe deploy/srs4-deploy
|
||||
Reference in New Issue
Block a user