From 7ac852b8e3f1604dc93c391a915c91546bd9b763 Mon Sep 17 00:00:00 2001 From: Hien To Date: Thu, 14 Nov 2024 18:15:21 +0700 Subject: [PATCH] chore: correct discord message notification --- .github/workflows/beta-build.yml | 3 ++- .github/workflows/template-noti-discord.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta-build.yml b/.github/workflows/beta-build.yml index 4d9ff0c3c..c5c09dcb5 100644 --- a/.github/workflows/beta-build.yml +++ b/.github/workflows/beta-build.yml @@ -89,7 +89,7 @@ jobs: new_version: ${{ needs.get-update-version.outputs.new_version }} runs-on: ubuntu-latest cmake-extra-flags: "-DCORTEX_VARIANT=prod" - tags: "menloltd/cortex:${{ needs.get-update-version.outputs.new_version }}" + tags: "menloltd/cortex:beta-${{ needs.get-update-version.outputs.new_version }}" update_release: needs: [get-update-version, create-draft-release, build-macos, build-windows-x64, build-linux-x64] @@ -140,4 +140,5 @@ jobs: - Network Installer: https://github.com/janhq/cortex.cpp/releases/download/v${{ env.VERSION }}/cortex-${{ env.VERSION }}-linux-amd64-network-installer.deb - Local Installer: https://github.com/janhq/cortex.cpp/releases/download/v${{ env.VERSION }}/cortex-${{ env.VERSION }}-linux-amd64-local-installer.deb - Binary: https://github.com/janhq/cortex.cpp/releases/download/v${{ env.VERSION }}/cortex-${{ env.VERSION }}-linux-amd64.tar.gz + - Docker: menloltd/cortex:beta-${{ env.VERSION }} - Github Release: https://github.com/janhq/cortex.cpp/releases/tag/v${{ env.VERSION }} \ No newline at end of file diff --git a/.github/workflows/template-noti-discord.yaml b/.github/workflows/template-noti-discord.yaml index 246f3abcb..97a539e33 100644 --- a/.github/workflows/template-noti-discord.yaml +++ b/.github/workflows/template-noti-discord.yaml @@ -42,5 +42,5 @@ jobs: - Network Installer: https://delta.jan.ai/cortex/v${{ env.VERSION }}/linux-amd64/cortex-${{ env.VERSION }}-linux-amd64-network-installer.deb - Local Installer: https://delta.jan.ai/cortex/v${{ env.VERSION }}/linux-amd64/cortex-${{ env.VERSION }}-linux-amd64-local-installer.deb - Binary: https://delta.jan.ai/cortex/v${{ env.VERSION }}/linux-amd64/cortex-nightly.tar.gz - - Docker: menloltd/cortex:${{ env.VERSION }} + - Docker: menloltd/cortex:nightly-${{ env.VERSION }} - Github action run: https://github.com/janhq/cortex.cpp/actions/runs/${{ env.RUNNER_ID }}