File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 109
109
110
110
nocacheFilterFlag=" "
111
111
if [[ " $RELEASE " = " true" ]] && [[ " $GITHUB_ACTIONS " = " true" ]]; then
112
- nocacheFilterFlag=" --no-cache-filter=git, buildkit-export,gobuild-base"
112
+ nocacheFilterFlag=" --no-cache-filter=buildkit-export,gobuild-base"
113
113
fi
114
114
115
115
buildxCmd build --build-arg BUILDKIT_DEBUG $platformFlag $targetFlag $importCacheFlags $exportCacheFlags $tagFlags $outputFlag $nocacheFilterFlag $attestFlags \
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if ${BUILDX_CMD} build --help 2>&1 | grep -- '--attest' >/dev/null; then
52
52
setFlags+=(--set " *.attest=type=provenance,$prvattrs " )
53
53
fi
54
54
if [[ " $RELEASE " = " true" ]] && [[ " $GITHUB_ACTIONS " = " true" ]]; then
55
- setFlags+=(--set " *.no-cache-filter=git, gobuild-base" )
55
+ setFlags+=(--set " *.no-cache-filter=gobuild-base" )
56
56
fi
57
57
58
58
output=$( mktemp -d -t buildkit-output.XXXXXXXXXX)
You can’t perform that action at this time.
0 commit comments