fix: Cleanup images
This commit is contained in:
parent
fed83462fa
commit
3ae7624361
1 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,12 @@ export default async function () {
|
|||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
// Cleanup dangling images
|
||||
try {
|
||||
await asyncExecShell(`DOCKER_HOST=${host} docker image prune -f`);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue