mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
ci: add CI and rename image to nix-coder-image
This commit is contained in:
parent
7cd71e7537
commit
b98a1e728c
3 changed files with 33 additions and 1 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue