Skip to content

Commit b4a7a78

Browse files
committed
Add docker buildx step
1 parent dded5c4 commit b4a7a78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
VERSION=$(grep -A 1 'name = "vllm"' uv.lock | grep version | cut -d '"' -f 2)
3535
echo "version=$VERSION" >> $GITHUB_OUTPUT
3636
37+
- name: Set up Docker Buildx
38+
uses: docker/setup-buildx-action@v3
39+
3740
- name: Log in to Docker Hub
3841
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
3942
with:

0 commit comments

Comments
 (0)