We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3917e78 commit a92c18cCopy full SHA for a92c18c
1 file changed
src/clean_podman_cache.sh
@@ -2,7 +2,8 @@
2
set -euo pipefail
3
4
function clean_podman_cache() {
5
- podman system prune --force
+ podman system prune --force --external
6
+ podman system prune --force --build
7
}
8
9
function remove_none_images() {
0 commit comments