We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dded5c4 commit b4a7a78Copy full SHA for b4a7a78
.github/workflows/docker.yml
@@ -34,6 +34,9 @@ jobs:
34
VERSION=$(grep -A 1 'name = "vllm"' uv.lock | grep version | cut -d '"' -f 2)
35
echo "version=$VERSION" >> $GITHUB_OUTPUT
36
37
+ - name: Set up Docker Buildx
38
+ uses: docker/setup-buildx-action@v3
39
+
40
- name: Log in to Docker Hub
41
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
42
with:
0 commit comments