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
+2 -2
View File
@@ -17,7 +17,7 @@ Build from the repository root:
```bash
docker build \
--file deploy/containers/ql3-cluster-control/Dockerfile \
--tag qinglong3-cluster-control:3.0.0-alpha.1 \
--tag qinglong3-cluster-control:3.0.0-alpha.2 \
--build-arg SOURCE_REVISION="$(git rev-parse HEAD)" \
.
```
@@ -28,7 +28,7 @@ control-plane image:
```bash
docker build \
--file deploy/containers/ql3-cluster-admin/Dockerfile \
--tag qinglong3-cluster-admin:3.0.0-alpha.1 \
--tag qinglong3-cluster-admin:3.0.0-alpha.2 \
--build-arg SOURCE_REVISION="$(git rev-parse HEAD)" \
.
```