diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f4b939..0038947 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,5 +68,6 @@ jobs: push: true tags: ghcr.io/mkst/compilers/${{ matrix.image }}:latest file: ${{ matrix.dockerfile }} - cache-from: type=gha,scope=build-${{ matrix.platform }} - cache-to: type=gha,scope=build-${{ matrix.platform }} + # cache does not appear to be particularly useful + # cache-from: type=gha,scope=build-${{ matrix.platform }} + # cache-to: type=gha,scope=build-${{ matrix.platform }}