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:
@@ -105,6 +105,6 @@ jobs:
|
|||||||
platforms: ${{ inputs.platform }}
|
platforms: ${{ inputs.platform }}
|
||||||
build-args: |
|
build-args: |
|
||||||
PIO_ENV=${{ inputs.pio_env }}
|
PIO_ENV=${{ inputs.pio_env }}
|
||||||
# Cache image layers in GitHub Actions cache to speed up subsequent builds.
|
# Disabled for now: Cache image layers in GitHub Actions cache to speed up subsequent builds.
|
||||||
cache-from: type=gha
|
# cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
# cache-to: type=gha,mode=max
|
||||||
|
|||||||
Reference in New Issue
Block a user