From d1c5ac181f956134d3ed2be33542c043db190551 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 7 Apr 2024 15:21:53 +0800 Subject: [PATCH] Rename SRS Stack to Oryx. v5.13.34 --- .github/workflows/release.yml | 8 ++++++++ DEVELOPER.md | 1 + 2 files changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ace14bec..c15d71d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,6 +113,10 @@ jobs: ossrs/srs-stack:${{ env.SRS_XYZ }} ossrs/srs-stack:${{ env.SRS_MAJOR }} ossrs/srs-stack:v${{ env.SRS_MAJOR }} + ossrs/oryx:${{ env.SRS_TAG }} + ossrs/oryx:${{ env.SRS_XYZ }} + ossrs/oryx:${{ env.SRS_MAJOR }} + ossrs/oryx:v${{ env.SRS_MAJOR }} runs-on: ubuntu-20.04 aliyun: @@ -141,6 +145,10 @@ jobs: registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:${{ env.SRS_XYZ }} registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:${{ env.SRS_MAJOR }} registry.cn-hangzhou.aliyuncs.com/ossrs/srs-stack:v${{ env.SRS_MAJOR }} + registry.cn-hangzhou.aliyuncs.com/ossrs/oryx:${{ env.SRS_TAG }} + registry.cn-hangzhou.aliyuncs.com/ossrs/oryx:${{ env.SRS_XYZ }} + registry.cn-hangzhou.aliyuncs.com/ossrs/oryx:${{ env.SRS_MAJOR }} + registry.cn-hangzhou.aliyuncs.com/ossrs/oryx:v${{ env.SRS_MAJOR }} runs-on: ubuntu-20.04 draft: diff --git a/DEVELOPER.md b/DEVELOPER.md index 709401ee..36ad2733 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -1152,6 +1152,7 @@ The following are the update records for the SRS Stack server. * Transcript: Use Whisper response without LF. (#163). [v5.13.31](https://github.com/ossrs/srs-stack/releases/tag/v5.13.31) * Token: Fix bug for Bearer token while initializing. [v5.13.32](https://github.com/ossrs/srs-stack/releases/tag/v5.13.32) * Room: Refine stat for AI-Talk. v5.13.33 + * Rename SRS Stack to Oryx. v5.13.34 * v5.12 * Refine local variable name conf to config. v5.12.1 * Add forced exit on timeout for program termination. v5.12.1