From c0f2d945c5808c1962b15b5c2e2a5269ea0f4339 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 7 Jul 2025 09:32:24 -0400 Subject: [PATCH] fix: update namespace for coder-labs template (#191) ## Description This PR updates the `maintainer_github` field for the new Coder Labs template to use the value of `coder-labs`. This shouldn't be necessary (`maintainer_github` should be deprecated), but something is off with our build step. ## Type of Change - [ ] New module - [ ] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [x] Other ## Testing & Validation - [x] Tests pass (`bun test`) - [x] Code formatted (`bun run fmt`) - [x] Changes tested locally --- ## Related Issues None --- registry/coder-labs/templates/tasks-docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder-labs/templates/tasks-docker/README.md b/registry/coder-labs/templates/tasks-docker/README.md index 1fce9e14..10e39f9d 100644 --- a/registry/coder-labs/templates/tasks-docker/README.md +++ b/registry/coder-labs/templates/tasks-docker/README.md @@ -2,7 +2,7 @@ display_name: Tasks on Docker description: Run Coder Tasks on Docker with an example application icon: ../../../../.icons/tasks.svg -maintainer_github: coder +maintainer_github: coder-labs verified: false tags: [docker, container, ai, tasks] ---