Add nvm mod for code-server

This commit is contained in:
Fabricio Augusto
2022-02-05 20:42:01 +08:00
committed by Fabricio Silva
parent 413aa5129f
commit cb987ae64a
7 changed files with 31 additions and 79 deletions
+3 -3
View File
@@ -3,9 +3,9 @@ name: Build Image
on: [push, pull_request, workflow_dispatch]
env:
ENDPOINT: "linuxserver/mods" #don't modify
BASEIMAGE: "replace_baseimage" #replace
MODNAME: "replace_modname" #replace
ENDPOINT: "linuxserver/mods"
BASEIMAGE: "code-server"
MODNAME: "nvm"
jobs:
build: