chore: use releases var
diff --git a/internal/pkg/image_repositories/build_workflow.go b/internal/pkg/image_repositories/build_workflow.go
index 3f97cfe..06ea560 100644
--- a/internal/pkg/image_repositories/build_workflow.go
+++ b/internal/pkg/image_repositories/build_workflow.go
@@ -119,7 +119,7 @@
 				Strategy: GithubWorkflowStrategy{
 					Matrix: map[string]interface{}{
 						"from":    []string{"focal", "jammy"},
-						"release": []string{"wallaby", "xena", "yoga", "zed", "2023.1"},
+						"release": releases,
 						"exclude": []map[string]string{
 							{
 								"from":    "focal",