From 88e287f7786c57c409e976688426bd7df089c813 Mon Sep 17 00:00:00 2001 From: Austin Date: Fri, 24 Jul 2026 12:28:09 -0400 Subject: [PATCH] Remove docker buildkit layer caching (for now) (#11195) This is taking up all our cache space, we need room for activities! --- .github/workflows/docker_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker_build.yml b/.github/workflows/docker_build.yml index 03a1f91cd..501b17523 100644 --- a/.github/workflows/docker_build.yml +++ b/.github/workflows/docker_build.yml @@ -105,6 +105,6 @@ jobs: platforms: ${{ inputs.platform }} build-args: | PIO_ENV=${{ inputs.pio_env }} - # Cache image layers in GitHub Actions cache to speed up subsequent builds. - cache-from: type=gha - cache-to: type=gha,mode=max + # Disabled for now: Cache image layers in GitHub Actions cache to speed up subsequent builds. + # cache-from: type=gha + # cache-to: type=gha,mode=max