feat(ql3): cut alpha.1 candidate milestone

This commit is contained in:
whyour
2026-08-26 01:41:20 +08:00
parent c2df0c7215
commit 07cdc76bae
94 changed files with 1469 additions and 168 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ Build the image from the repository root:
node scripts/ql3-worker-image-lock.cjs
docker build \
--file deploy/containers/ql3-worker/Dockerfile \
--tag qinglong3-worker:3.0.0-alpha.0 \
--tag qinglong3-worker:3.0.0-alpha.1 \
--build-arg SOURCE_REVISION="$(git rev-parse HEAD)" \
.
```