chore: correct task command to remove images

This commit is contained in:
Pallav Vasa 2025-05-17 19:33:18 +00:00
parent f0559a240f
commit 7e4aaa2dec

2
.vscode/tasks.json vendored
View File

@ -89,7 +89,7 @@
{
"label": "GitOps: Remove workspace image",
"type": "shell",
"command": ".bin/gitops remove ${input:images}",
"command": ".bin/gitops rmi ${input:images}",
"problemMatcher": [],
"detail": "run podman rmi $args on remote"
},