File tree 2 files changed +1
-19
lines changed
2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change 60
60
docker push registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:$SRS_TAG
61
61
docker tag ossrs/httpx:$SRS_TAG registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:$SRS_MAJOR
62
62
docker push registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:$SRS_MAJOR
63
-
64
- # ###############################################################
65
- # K8S
66
- - name : Setup KUBECONFIG for Aliyun ACK
67
- run : |-
68
- KUBECONFIG=$RUNNER_TEMP/kubeconfig_$(date +%s)
69
- echo "${{ secrets.KUBECONFIG }}" > $KUBECONFIG
70
- echo "KUBECONFIG=$KUBECONFIG" >> $GITHUB_ENV
71
- # K8S for SRS ossrs.net
72
- - name : Release SRS ossrs.net to Aliyun ACK
73
- run : |-
74
- kubectl set image deploy/httpx-web-deploy httpx-web=registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:$SRS_TAG
75
- kubectl describe deploy/httpx-web-deploy
76
- # K8S for SRS d.ossrs.net
77
- - name : Release SRS d.ossrs.net to Aliyun ACK
78
- run : |-
79
- kubectl set image deploy/httpx-dsrs-deploy httpx-dsrs=registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:$SRS_TAG
80
- kubectl describe deploy/httpx-dsrs-deploy
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ func VersionMinor() int {
35
35
}
36
36
37
37
func VersionRevision () int {
38
- return 22
38
+ return 23
39
39
}
40
40
41
41
func Version () string {
You can’t perform that action at this time.
0 commit comments