chore: correct task command to remove images
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user