Skip to content

Commit b0e8368

Browse files
committed
hack: do not cache rootless stage on release
Signed-off-by: CrazyMax <[email protected]>
1 parent fd09e47 commit b0e8368

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)