From 35d826566133ba94ae11c1de221b39c222d3b4b9 Mon Sep 17 00:00:00 2001 From: Bryce Lewis Date: Thu, 6 Mar 2025 15:02:09 -0800 Subject: [PATCH] list container deprecate in pipeline run step --- components/schemas/pipelines/runs/PipelineRunStep.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/schemas/pipelines/runs/PipelineRunStep.yml b/components/schemas/pipelines/runs/PipelineRunStep.yml index 831ccacf..52940cb8 100644 --- a/components/schemas/pipelines/runs/PipelineRunStep.yml +++ b/components/schemas/pipelines/runs/PipelineRunStep.yml @@ -26,6 +26,7 @@ properties: - image.create-import - container.create - container.reimage + - container.deprecate - container.start - container.stop - container.restart @@ -49,7 +50,7 @@ properties: description: The timestamp of when the pipeline step was started. "$ref": "../../DateTime.yml" finished: - description: The timestamp of when the pipeline step was finished. + description: The timestamp of when the pipeline step was finished. "$ref": "../../DateTime.yml" success: type: boolean