1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
This commit is contained in:
winlin 2022-01-17 21:43:13 +08:00
commit d996aea7b9

View file

@ -190,6 +190,6 @@ jobs:
- name: Release SRS 5.0 to Aliyun ACK
if: ${{ startsWith(github.ref, 'refs/tags/v5') }}
run: |-
kubectl set image deploy/srs5-deploy srs5=registry.cn-hangzhou.aliyuncs.com/ossrs/srs:$SRS_TAG
kubectl set image deploy/srs5-deploy srs=registry.cn-hangzhou.aliyuncs.com/ossrs/srs:$SRS_TAG
kubectl describe deploy/srs5-deploy