mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
hotfix: disable cache (#2848)
This commit is contained in:
parent
ca9f66ee24
commit
bbd8dd6e73
6
.github/workflows/partial-builder.yml
vendored
6
.github/workflows/partial-builder.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user