Skip to content

Commit

Permalink
hotfix: disable cache (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot authored Dec 15, 2023
1 parent ca9f66e commit bbd8dd6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/partial-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bbd8dd6

Please sign in to comment.