fix: update caching strategy to 'inline' for Gitea compatibility in Docker workflow
This commit is contained in:
@@ -121,5 +121,7 @@ jobs:
|
||||
JAVA_VERSION=${{ env.JAVA_VERSION }}
|
||||
KEYCLOAK_IMAGE_TAG=26.4
|
||||
JVM_OPTS_APPEND=${{ env.JVM_OPTS_ARM64 }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
# KORREKTUR: 'inline' Cache statt 'gha' für Gitea-Kompatibilität
|
||||
cache-from: type=inline
|
||||
cache-to: type=inline,mode=max
|
||||
|
||||
|
||||
Reference in New Issue
Block a user