ci: add zed images
diff --git a/internal/pkg/image_repositories/build_workflow.go b/internal/pkg/image_repositories/build_workflow.go
index 46f04f2..d277295 100644
--- a/internal/pkg/image_repositories/build_workflow.go
+++ b/internal/pkg/image_repositories/build_workflow.go
@@ -96,7 +96,7 @@
 				RunsOn: "ubuntu-latest",
 				Strategy: GithubWorkflowStrategy{
 					Matrix: map[string][]string{
-						"release": {"wallaby", "xena", "yoga"},
+						"release": {"wallaby", "xena", "yoga", "zed"},
 					},
 				},
 				Steps: []GithubWorkflowStep{