From c0108fc8e984dbaf92be4bdc970c02bf23edabb4 Mon Sep 17 00:00:00 2001 From: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:22:27 +0100 Subject: [PATCH] remove cache management Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com> --- .github/workflows/lint-and-deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint-and-deploy.yaml b/.github/workflows/lint-and-deploy.yaml index 465a72c2f5856..96f0631cfcc93 100644 --- a/.github/workflows/lint-and-deploy.yaml +++ b/.github/workflows/lint-and-deploy.yaml @@ -59,8 +59,6 @@ jobs: context: . file: Dockerfile.cpu tags: vllm-cpu-env:latest - cache-from: type=registry,ref=vllm-cpu-env:latest - cache-to: type=inline - name: Configuration of docker images, network and namespace for the kind cluster run: |