From 41b63f7562a8e6e348bd9c0e21c97e31973f26c8 Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Tue, 11 Jul 2023 08:31:29 +0200 Subject: [PATCH] ci: configure Docker cache --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 39a8ca1..2be0698 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,3 +52,5 @@ jobs: platforms: | linux/amd64 linux/arm64/v8 + cache-from: type=gha + cache-to: type=gha,mode=max