Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce7af64

Browse files
authored
chore: correct discord message notification (menloresearch#1686)
Co-authored-by: Hien To <[email protected]>
1 parent ccb9273 commit ce7af64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/beta-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
new_version: ${{ needs.get-update-version.outputs.new_version }}
9090
runs-on: ubuntu-latest
9191
cmake-extra-flags: "-DCORTEX_VARIANT=prod"
92-
tags: "menloltd/cortex:${{ needs.get-update-version.outputs.new_version }}"
92+
tags: "menloltd/cortex:beta-${{ needs.get-update-version.outputs.new_version }}"
9393

9494
update_release:
9595
needs: [get-update-version, create-draft-release, build-macos, build-windows-x64, build-linux-x64]
@@ -140,4 +140,5 @@ jobs:
140140
- Network Installer: https://github.com/janhq/cortex.cpp/releases/download/v${{ env.VERSION }}/cortex-${{ env.VERSION }}-linux-amd64-network-installer.deb
141141
- Local Installer: https://github.com/janhq/cortex.cpp/releases/download/v${{ env.VERSION }}/cortex-${{ env.VERSION }}-linux-amd64-local-installer.deb
142142
- Binary: https://github.com/janhq/cortex.cpp/releases/download/v${{ env.VERSION }}/cortex-${{ env.VERSION }}-linux-amd64.tar.gz
143+
- Docker: menloltd/cortex:beta-${{ env.VERSION }}
143144
- Github Release: https://github.com/janhq/cortex.cpp/releases/tag/v${{ env.VERSION }}

.github/workflows/template-noti-discord.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- Network Installer: https://delta.jan.ai/cortex/v${{ env.VERSION }}/linux-amd64/cortex-${{ env.VERSION }}-linux-amd64-network-installer.deb
4343
- Local Installer: https://delta.jan.ai/cortex/v${{ env.VERSION }}/linux-amd64/cortex-${{ env.VERSION }}-linux-amd64-local-installer.deb
4444
- Binary: https://delta.jan.ai/cortex/v${{ env.VERSION }}/linux-amd64/cortex-nightly.tar.gz
45-
- Docker: menloltd/cortex:${{ env.VERSION }}
45+
- Docker: menloltd/cortex:nightly-${{ env.VERSION }}
4646
- Github action run: https://github.com/janhq/cortex.cpp/actions/runs/${{ env.RUNNER_ID }}

0 commit comments

Comments
 (0)