Skip to content

Commit

Permalink
fix buildkit cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyanesh Mishra authored and Gyanesh Mishra committed Dec 8, 2023
1 parent a104464 commit 3ca74fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-soci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3ca74fb

Please sign in to comment.