Skip to content

Commit ed12e14

Browse files
authored
Merge branch 'main' into f/sglang-support
2 parents bdd9483 + 6ec69cf commit ed12e14

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/docker.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ on:
2121
jobs:
2222
push_to_registry:
2323
name: Push Docker image to Docker Hub
24-
runs-on: ubuntu-latest
24+
runs-on:
25+
- self-hosted
26+
- docker
2527
steps:
2628
- name: Maximize build space
2729
uses: easimon/maximize-build-space@master
@@ -39,6 +41,9 @@ jobs:
3941
VERSION=$(grep -A 1 'name = "vllm"' uv.lock | grep version | cut -d '"' -f 2)
4042
echo "version=$VERSION" >> $GITHUB_OUTPUT
4143
44+
- name: Set up Docker Buildx
45+
uses: docker/setup-buildx-action@v3
46+
4247
- name: Log in to Docker Hub
4348
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
4449
with:

0 commit comments

Comments
 (0)