Skip to content

Commit e87020e

Browse files
authored
Don't cache docker export tasks (#119478)
1 parent 1329a9a commit e87020e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distribution/docker/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ subprojects { Project subProject ->
551551
inputs.file("${parent.projectDir}/build/markers/${buildTaskName}.marker")
552552
executable = 'docker'
553553
outputs.file(tarFile)
554+
outputs.doNotCacheIf("Build cache is disabled for export tasks") { true }
554555
args "save",
555556
"-o",
556557
tarFile,

0 commit comments

Comments
 (0)