Skip to content

Commit

Permalink
remove cache
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Sep 2, 2021
1 parent 624d941 commit c0f1741
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ jobs:
${{ steps.meta.outputs.bake-file }}
targets: ${{ matrix.target }}-all
push: ${{ startsWith(github.ref, 'refs/heads/') }}
set: |
*.cache-from=type=local,src=/tmp/.binfmt-cache/${{ matrix.target }}
*.cache-to=type=local,dest=/tmp/.binfmt-cache/${{ matrix.target }}-new
# set: |
# *.cache-from=type=local,src=/tmp/.binfmt-cache/${{ matrix.target }}
# *.cache-to=type=local,dest=/tmp/.binfmt-cache/${{ matrix.target }}-new
-
# FIXME: Temp fix for https://github.com/moby/buildkit/issues/1850
name: Move cache
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ target "buildkit" {
BINARY_PREFIX = "buildkit-"
QEMU_PATCHES = "cpu-max,buildkit-direct-execve-v6.1"
}
cache-from = ["${REPO}:buildkit-master"]
//cache-from = ["${REPO}:buildkit-master"]
target = "binaries"
}

Expand Down

0 comments on commit c0f1741

Please sign in to comment.