Skip to content

Commit

Permalink
test registry cache management
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 0f6a6ce commit 0f45ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
push: true
file: Dockerfile.cpu
tags: vllm-cpu-env:latest
cache-from: type=registry,ref=vllm-cpu-env:latest
cache-to: type=inline
cache-from: type=registry,ref=vllm-cpu-env:buildcache
cache-to: type=registry,ref=vllm-cpu-env:buildcache,mode=max

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

0 comments on commit 0f45ea4

Please sign in to comment.