Skip to content

Commit

Permalink
restore build command
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Fournioux <[email protected]>
  • Loading branch information
mfournioux committed Dec 4, 2024
1 parent 9836ec3 commit fb179e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@ jobs:
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Build and push the Docker image vllm cpu

Check failure on line 55 in .github/workflows/lint-and-deploy.yaml

View workflow job for this annotation

GitHub Actions / actionlint

"uses" is required to run action in step
run: docker buildx build -f Dockerfile.cpu -t vllm-cpu-env:latest .
with:
context: .
file: Dockerfile.cpu
tags: vllm-cpu-env

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

0 comments on commit fb179e6

Please sign in to comment.