From 3ca74fb61a538ca39f11cec161c8637b36158ea5 Mon Sep 17 00:00:00 2001 From: Gyanesh Mishra Date: Thu, 7 Dec 2023 18:40:31 -0800 Subject: [PATCH] fix buildkit cleanup --- .github/workflows/build-soci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-soci.yaml b/.github/workflows/build-soci.yaml index 7511149f1..2ef26e693 100644 --- a/.github/workflows/build-soci.yaml +++ b/.github/workflows/build-soci.yaml @@ -92,8 +92,8 @@ jobs: push: false tags: ${{ steps.meta.outputs.tags }} outputs: type=oci,oci-mediatypes=true,dest=${{ steps.vars.outputs.image_path }}-${{ steps.vars.outputs.tag_hash }}.tar - cache-from: type=local,dest=${{ steps.vars.outputs.cache_dir }} - cache-to: type=local,mode=max,image-manifest=true,src=${{ steps.vars.outputs.cache_dir }} + cache-from: type=local,src=${{ steps.vars.outputs.cache_dir }} + cache-to: type=local,mode=max,image-manifest=true,dest=${{ steps.vars.outputs.cache_dir }} - name: Import image in containerd env: