Skip to content

Commit

Permalink
Don't cache docker export tasks (elastic#119478)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 3, 2025
1 parent 7e54a86 commit a4f512d
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 @@ -553,6 +553,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 a4f512d

Please sign in to comment.