chore(ql3): advance release identity to alpha.2

This commit is contained in:
whyour
2026-08-26 05:56:38 +08:00
parent b48be7f058
commit e3c05862b8
66 changed files with 86 additions and 86 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.1 \
--tag qinglong3-worker:3.0.0-alpha.2 \
--build-arg SOURCE_REVISION="$(git rev-parse HEAD)" \
.
```