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 }}