chore: bump v0.4.0.post2 (#2525)

This commit is contained in:
Yineng Zhang
2024-12-21 21:16:34 +08:00
committed by GitHub
parent feb2b768ba
commit 8f4d04e540
6 changed files with 11 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ jobs:
docker build . -f docker/Dockerfile --build-arg CUDA_VERSION=${{ matrix.cuda_version }} --build-arg BUILD_TYPE=${{ matrix.build_type }} -t lmsysorg/sglang:${tag}${tag_suffix} --no-cache
docker push lmsysorg/sglang:${tag}${tag_suffix}
if [ "${{ matrix.cuda_version }}" = "12.1.1" ]; then
if [ "${{ matrix.cuda_version }}" = "12.4.1" ]; then
docker tag lmsysorg/sglang:${tag}${tag_suffix} lmsysorg/sglang:latest${tag_suffix}
docker push lmsysorg/sglang:latest${tag_suffix}
fi