Skip to content

Commit 9836ec3

Browse files
committed
restore initial docker build command
Signed-off-by: Maxime Fournioux <[email protected]>
1 parent 92bb1c7 commit 9836ec3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/lint-and-deploy.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,7 @@ jobs:
5353
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
5454

5555
- name: Build and push the Docker image vllm cpu
56-
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
57-
with:
58-
context: .
59-
file: Dockerfile.cpu
60-
tags: vllm-cpu-env:latest
56+
run: docker buildx build -f Dockerfile.cpu -t vllm-cpu-env:latest .
6157

6258
- name: Configuration of docker images, network and namespace for the kind cluster
6359
run: |

0 commit comments

Comments
 (0)