Skip to content

Commit

Permalink
Re-enable cache (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
boc-the-git committed Dec 19, 2023
1 parent 47d955a commit fae8484
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/partial-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fae8484

Please sign in to comment.