Remove docker buildkit layer caching (for now) (#11195)

This is taking up all our cache space, we need room for activities!
This commit is contained in:
Austin
2026-07-24 12:28:09 -04:00
committed by GitHub
co-authored by GitHub
parent 0ef375dff4
commit 88e287f778
+3 -3
View File
@@ -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