chore(ci): comment out GHA caching configuration in Docker workflow

This commit is contained in:
2026-02-13 22:40:47 +01:00
parent 85b11cb033
commit eee5fbacc9
+2 -2
View File
@@ -134,5 +134,5 @@ jobs:
JVM_OPTS_APPEND=${{ env.JVM_OPTS_ARM64 }} JVM_OPTS_APPEND=${{ env.JVM_OPTS_ARM64 }}
# cache-from: type=local,src=/tmp/.buildx-cache # cache-from: type=local,src=/tmp/.buildx-cache
# cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max # cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
cache-from: type=gha # cache-from: type=gha
cache-to: type=gha,mode=max # cache-to: type=gha,mode=max