From f610fba45659e2112b4b9d8cb800d1a93fda3c90 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Thu, 22 Feb 2024 18:16:18 +0100 Subject: [PATCH] fix --- pipeline/frontend/yaml/types/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/frontend/yaml/types/container.go b/pipeline/frontend/yaml/types/container.go index b4a17ec043..363ed189fb 100644 --- a/pipeline/frontend/yaml/types/container.go +++ b/pipeline/frontend/yaml/types/container.go @@ -51,7 +51,7 @@ type ( // TODO make []string in 3.x Secrets Secrets `yaml:"secrets,omitempty"` - // TODO make map[string]string in 3.x + // TODO make map[string]any in 3.x Environment base.SliceOrMap `yaml:"environment,omitempty"` // Docker and Kubernetes Specific