From 4f9e973a46eca28355f5951ab57549d30554ccd3 Mon Sep 17 00:00:00 2001 From: Sebastien Clement Date: Thu, 6 May 2021 13:45:08 +0200 Subject: [PATCH] :pencil2: Disable cache for build --- .github/workflows/build_addon.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_addon.yml b/.github/workflows/build_addon.yml index 6b1943c..696c475 100644 --- a/.github/workflows/build_addon.yml +++ b/.github/workflows/build_addon.yml @@ -90,6 +90,5 @@ 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 - context: . +# cache-from: type=registry,ref=${{env.REPOSITORY}}/${{env.IMAGE}}/${{matrix.arch}}:latest +# cache-to: type=inline