feat: added image prune to update_containers
This commit is contained in:
parent
6a7e308299
commit
5b567460ad
1 changed files with 3 additions and 0 deletions
|
|
@ -52,3 +52,6 @@ for proj_dir in "$BASE_DIR"/*/; do
|
|||
done
|
||||
|
||||
log "INFO" "Alle Projekte wurden aktualisiert."
|
||||
|
||||
docker image prune --all --force
|
||||
log "INFO" "Alle alten images wurden gepruned."
|
||||
|
|
|
|||
Loading…
Reference in a new issue