Skip to content

Commit fae8484

Browse files
authored
Re-enable cache (#2865)
1 parent 47d955a commit fae8484

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/partial-builder.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,5 @@ jobs:
5959
build-args: |
6060
COMMIT=${{ github.sha }}
6161
# https://docs.docker.com/build/ci/github-actions/cache/#github-cache
62-
# TEMP: Disable cache to possible fix missing LDAP issues
63-
# https://github.com/mealie-recipes/mealie/issues/2847
64-
# cache-from: type=gha
65-
# cache-to: type=gha,mode=max
62+
cache-from: type=gha
63+
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)