Intial release

This commit is contained in:
TheSpad
2024-03-08 11:42:39 +00:00
parent a64a5dab7f
commit 802a6f9ae0
23 changed files with 47 additions and 109 deletions
+3 -3
View File
@@ -5,9 +5,9 @@ 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: "false" #set to true if needed
BASEIMAGE: "universal" #replace
MODNAME: "unrar6" #replace
MULTI_ARCH: "true" #set to true if needed
jobs:
set-vars: