force image deletion
This commit is contained in:
parent
ab9f8ff356
commit
7c3314abae
@ -13,7 +13,7 @@ export default async function () {
|
|||||||
);
|
);
|
||||||
images = images.trim();
|
images = images.trim();
|
||||||
if (images) {
|
if (images) {
|
||||||
await asyncExecShell(`DOCKER_HOST=${host} docker rmi ${images}`);
|
await asyncExecShell(`DOCKER_HOST=${host} docker rmi -f ${images}`);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user