force image deletion
This commit is contained in:
parent
ab9f8ff356
commit
7c3314abae
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export default async function () {
|
|||
);
|
||||
images = images.trim();
|
||||
if (images) {
|
||||
await asyncExecShell(`DOCKER_HOST=${host} docker rmi ${images}`);
|
||||
await asyncExecShell(`DOCKER_HOST=${host} docker rmi -f ${images}`);
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue