diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcc800c1..ecd5bf93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/docker-bake.hcl b/docker-bake.hcl index 18ea1d76..ca29b58e 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -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" }