diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a5f02ea..1d813df 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,5 +69,5 @@ jobs: tags: ghcr.io/mkst/compilers/${{ matrix.image }}:latest file: ${{ matrix.dockerfile }} context: ${{ matrix.context }} - # cache-from: type=gha,scope=build-${{ matrix.platform }} - # cache-to: type=gha,scope=build-${{ matrix.platform }} + cache-from: type=gha,scope=build-${{ matrix.platform }} + cache-to: type=gha,scope=build-${{ matrix.platform }}