diff --git a/Taskfile.yaml b/Taskfile.yaml index 7b8e9f1f2..30788b290 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -47,8 +47,7 @@ tasks: - task: helm-docs - task: lint - task: test - - cmd: rm oci/* - - task: helmpackage + - task: oci vulnerability: deps: - task: setup:kube-lint @@ -67,3 +66,7 @@ tasks: - task: helmpackage cmds: - "for chart in $(echo {{.PACKAGED_CHARTS}} | tr ',' ' '); do helm push $chart oci://localhost:5000/openmfp; done" + oci: + cmds: + - "rm oci/* || true" + - task: helmpackage \ No newline at end of file