fix(ci): scope frontend image cleanup
This commit is contained in:
@@ -49,8 +49,6 @@ echo "=== compose project: $COMPOSE_PROJECT_NAME ==="
|
||||
"${COMPOSE[@]}" up -d --remove-orphans --no-build web
|
||||
"${COMPOSE[@]}" ps
|
||||
|
||||
docker image prune -f
|
||||
|
||||
prune_project_images() {
|
||||
local retain_count="$1"
|
||||
if ! [[ "$retain_count" =~ ^[0-9]+$ ]] || [ "$retain_count" -le 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user