From fae8484f8425199a87ce8e7c694ef8a53c34b8b2 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Tue, 19 Dec 2023 22:42:29 +1100 Subject: [PATCH] Re-enable cache (#2865) --- .github/workflows/partial-builder.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/partial-builder.yml b/.github/workflows/partial-builder.yml index 46ebc41a9567..2af0f128f714 100644 --- a/.github/workflows/partial-builder.yml +++ b/.github/workflows/partial-builder.yml @@ -59,7 +59,5 @@ jobs: build-args: | COMMIT=${{ github.sha }} # https://docs.docker.com/build/ci/github-actions/cache/#github-cache - # 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 + cache-from: type=gha + cache-to: type=gha,mode=max