ci: add CI and rename image to nix-coder-image

This commit is contained in:
technofab 2024-04-24 19:06:12 +02:00
parent 7cd71e7537
commit b98a1e728c
3 changed files with 33 additions and 1 deletions

View file

@ -32,7 +32,7 @@
container = [
{
name = "workspace";
image = "registry.gitlab.com/technofab/coder-templates/coder-workspace:\${data.coder_parameter.image_tag.value}";
image = "registry.gitlab.com/technofab/coder-templates/nix-coder-image:\${data.coder_parameter.image_tag.value}";
command = ["/bin/sh" "-c" "\${resource.coder_agent.coder.init_script}"];
env = [
{