From 9a79f3542176c28238d14e9c566ac3ab367ee792 Mon Sep 17 00:00:00 2001 From: Mark Street Date: Wed, 13 Sep 2023 21:45:47 +0100 Subject: [PATCH] 38 --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }}