initial commit

This commit is contained in:
DaveO16176
2024-06-17 05:42:58 -04:00
parent 9d6b690c28
commit 9c9f1f90ee
22 changed files with 55 additions and 99 deletions
+5 -4
View File
@@ -4,10 +4,11 @@ on: [push, pull_request_target, workflow_dispatch]
env:
GITHUB_REPO: "linuxserver/docker-mods" #don't modify
ENDPOINT: "linuxserver/mods" #don't modify
BASEIMAGE: "replace_baseimage" #replace
MODNAME: "replace_modname" #replace
MULTI_ARCH: "true" #set to false if not needed
#ENDPOINT: "linuxserver/mods" #don't modify
ENDPOINT: "daveoh16/emby-mediainfo-plugin" #added to support building the plugin for testing
BASEIMAGE: "emby" #replace
MODNAME: "mediainfo-plugin" #replace
MULTI_ARCH: "false" #set to false if not needed
jobs:
set-vars: