DockerMod to allow installation of code-server extensions by providing a list of extensions to install through environment variable

This commit is contained in:
RoboMagus
2021-11-08 13:58:37 +01:00
committed by dijkr
parent d1dc6e5858
commit a345eb8a9f
7 changed files with 25 additions and 71 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ on: [push, pull_request, workflow_dispatch]
env:
ENDPOINT: "linuxserver/mods" #don't modify
BASEIMAGE: "replace_baseimage" #replace
MODNAME: "replace_modname" #replace
BASEIMAGE: "code-server" #replace
MODNAME: "extension-arguments" #replace
jobs:
build: