Skip to content

Commit f450ca7

Browse files
committed
restore inline cache management with context argument
Signed-off-by: Maxime Fournioux <[email protected]>
1 parent 0f45ea4 commit f450ca7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ jobs:
5656
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
5757
with:
5858
push: true
59+
context: .
5960
file: Dockerfile.cpu
6061
tags: vllm-cpu-env:latest
61-
cache-from: type=registry,ref=vllm-cpu-env:buildcache
62-
cache-to: type=registry,ref=vllm-cpu-env:buildcache,mode=max
62+
cache-from: type=registry,ref=vllm-cpu-env:latest
63+
cache-to: type=inline
6364

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

0 commit comments

Comments
 (0)