Skip to content

Commit 6ca3ced

Browse files
authored
feat: Tweak cache (#690)
* feat: Tweak cache * fix * Fix * Fix
1 parent d74f370 commit 6ca3ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/ci/release/docker.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ build_and_push_image() {
174174
(
175175
if [[ $OSTYPE == "linux-gnu"* ]]; then
176176
docker buildx --builder devbase build "${args[@]}"
177+
docker buildx prune --force --keep-storage 6GB
177178
else
178179
docker buildx build "${args[@]}"
179180
fi

0 commit comments

Comments
 (0)