Skip to content

Commit 6e33fd3

Browse files
committed
hack: fix no-cache-filter on release
Signed-off-by: CrazyMax <[email protected]>
1 parent 6c732f3 commit 6e33fd3

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
@@ -108,7 +108,7 @@ done
108108

109109
nocacheFilterFlag=""
110110
if [[ "$RELEASE" = "true" ]] && [[ "$GITHUB_ACTIONS" = "true" ]]; then
111-
nocacheFilterFlag="--no-cache-filter=buildkit-export,gobuild-base,rootless"
111+
nocacheFilterFlag="--no-cache-filter=buildkit-export-alpine,buildkit-export-ubuntu,gobuild-base,rootless"
112112
fi
113113

114114
buildxCmd build --build-arg "BUILDKIT_CONTEXT_KEEP_GIT_DIR=1" --build-arg BUILDKITD_TAGS --build-arg BUILDKIT_DEBUG --build-arg EXPORT_BASE $platformFlag $targetFlag $importCacheFlags $exportCacheFlags $tagFlags $outputFlag $nocacheFilterFlag $attestFlags \

0 commit comments

Comments
 (0)