Skip to content

Commit

Permalink
Don't cache docker export tasks (#119478)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira authored Jan 3, 2025
1 parent 1329a9a commit e87020e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distribution/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ subprojects { Project subProject ->
inputs.file("${parent.projectDir}/build/markers/${buildTaskName}.marker")
executable = 'docker'
outputs.file(tarFile)
outputs.doNotCacheIf("Build cache is disabled for export tasks") { true }
args "save",
"-o",
tarFile,
Expand Down

0 comments on commit e87020e

Please sign in to comment.