Skip to content

Commit dc4a03c

Browse files
authored
Don't cache docker export tasks (#119478) (#119533)
1 parent e581b82 commit dc4a03c

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
@@ -553,6 +553,7 @@ subprojects { Project subProject ->
553553
inputs.file("${parent.projectDir}/build/markers/${buildTaskName}.marker")
554554
executable = 'docker'
555555
outputs.file(tarFile)
556+
outputs.doNotCacheIf("Build cache is disabled for export tasks") { true }
556557
args "save",
557558
"-o",
558559
tarFile,

0 commit comments

Comments
 (0)