[Docker] Fix CI docker target after Dockerfile restructure (#22478)

This commit is contained in:
ishandhanani
2026-04-09 18:53:42 -07:00
committed by GitHub
parent d283808457
commit 3aaaf53f59
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ jobs:
docker buildx build \
--platform ${{ matrix.platform }} \
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
--target framework \
--target framework_final \
-f docker/Dockerfile \
--build-arg CUDA_VERSION=${{ matrix.version }} \
--build-arg BUILD_TYPE=${{ matrix.build_type }} \
+4 -4
View File
@@ -83,7 +83,7 @@ jobs:
version=${{ steps.version.outputs.version }}
docker buildx build \
--target framework \
--target framework_final \
--platform linux/amd64 \
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
-f docker/Dockerfile \
@@ -106,7 +106,7 @@ jobs:
version=${{ steps.version.outputs.version }}
docker buildx build \
--target framework \
--target framework_final \
--platform linux/amd64 \
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
-f docker/Dockerfile \
@@ -180,7 +180,7 @@ jobs:
version=${{ steps.version.outputs.version }}
docker buildx build \
--target framework \
--target framework_final \
--platform linux/arm64 \
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
-f docker/Dockerfile \
@@ -203,7 +203,7 @@ jobs:
version=${{ steps.version.outputs.version }}
docker buildx build \
--target framework \
--target framework_final \
--platform linux/arm64 \
--output type=image,name=lmsysorg/sglang,push-by-digest=true,name-canonical=true,push=true \
-f docker/Dockerfile \