From 3bc496ccbc3a75ea461eb69daf19e2c4dc57421b Mon Sep 17 00:00:00 2001 From: Sebastien Clement Date: Thu, 6 May 2021 14:04:14 +0200 Subject: [PATCH] :pencil2: Try re-enable cache --- .github/workflows/build_addon.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_addon.yml b/.github/workflows/build_addon.yml index 317dc77..20f1041 100644 --- a/.github/workflows/build_addon.yml +++ b/.github/workflows/build_addon.yml @@ -90,6 +90,6 @@ jobs: BUILD_VERSION=${{env.VERSION}} IMAGE_SOURCE=${{env.IMAGE_SOURCE}} file: ./${{env.TARGET}}/Dockerfile -# cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest -# cache-to: type=inline + cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest + cache-to: type=inline context: ./${{env.TARGET}}/