Skip to content

Commit 436609d

Browse files
authored
Merge pull request moby#5302 from crazy-max/dockerfile-rootless-cache
hack: do not cache rootless stage on release
2 parents 3a9ce1d + b0e8368 commit 436609d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/images

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ done
109109

110110
nocacheFilterFlag=""
111111
if [[ "$RELEASE" = "true" ]] && [[ "$GITHUB_ACTIONS" = "true" ]]; then
112-
nocacheFilterFlag="--no-cache-filter=buildkit-export,gobuild-base"
112+
nocacheFilterFlag="--no-cache-filter=buildkit-export,gobuild-base,rootless"
113113
fi
114114

115115
buildxCmd build --build-arg BUILDKIT_DEBUG $platformFlag $targetFlag $importCacheFlags $exportCacheFlags $tagFlags $outputFlag $nocacheFilterFlag $attestFlags \

0 commit comments

Comments
 (0)