chore(ci/docker): update nightly version on main branch

This commit is contained in:
Elian Doran
2025-11-15 17:47:14 +02:00
parent 5bcdce72ef
commit 3d971108b8
2 changed files with 5 additions and 1 deletions

View File

@@ -155,6 +155,10 @@ jobs:
- name: Update build info
run: pnpm run chore:update-build-info
- name: Update nightly version
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: pnpm run chore:ci-update-nightly-version
- name: Run the TypeScript build
run: pnpm run server:build