chore: correct task command to remove images
This commit is contained in:
parent
f0559a240f
commit
7e4aaa2dec
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -89,7 +89,7 @@
|
|||||||
{
|
{
|
||||||
"label": "GitOps: Remove workspace image",
|
"label": "GitOps: Remove workspace image",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": ".bin/gitops remove ${input:images}",
|
"command": ".bin/gitops rmi ${input:images}",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"detail": "run podman rmi $args on remote"
|
"detail": "run podman rmi $args on remote"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user