We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a9ce1d + b0e8368 commit 436609dCopy full SHA for 436609d
hack/images
@@ -109,7 +109,7 @@ done
109
110
nocacheFilterFlag=""
111
if [[ "$RELEASE" = "true" ]] && [[ "$GITHUB_ACTIONS" = "true" ]]; then
112
- nocacheFilterFlag="--no-cache-filter=buildkit-export,gobuild-base"
+ nocacheFilterFlag="--no-cache-filter=buildkit-export,gobuild-base,rootless"
113
fi
114
115
buildxCmd build --build-arg BUILDKIT_DEBUG $platformFlag $targetFlag $importCacheFlags $exportCacheFlags $tagFlags $outputFlag $nocacheFilterFlag $attestFlags \
0 commit comments