From bbd8dd6e73dbd4485cd623c539ce6f17eb6c2cb9 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:05:28 -0600 Subject: [PATCH] hotfix: disable cache (#2848) --- .github/workflows/partial-builder.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/partial-builder.yml b/.github/workflows/partial-builder.yml index 2af0f128f71..46ebc41a956 100644 --- a/.github/workflows/partial-builder.yml +++ b/.github/workflows/partial-builder.yml @@ -59,5 +59,7 @@ jobs: build-args: | COMMIT=${{ github.sha }} # https://docs.docker.com/build/ci/github-actions/cache/#github-cache - cache-from: type=gha - cache-to: type=gha,mode=max + # TEMP: Disable cache to possible fix missing LDAP issues + # https://github.com/mealie-recipes/mealie/issues/2847 + # cache-from: type=gha + # cache-to: type=gha,mode=max