We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cc5fd4 + 1121812 commit df81e8aCopy full SHA for df81e8a
.github/workflows/BuildImage.yml
@@ -12,10 +12,10 @@ on:
12
env:
13
GITHUB_REPO: "linuxserver/docker-mods" #don't modify
14
ENDPOINT: "linuxserver/mods" #don't modify
15
- BASEIMAGE: "replace_baseimage" #replace
16
- MODNAME: "replace_modname" #replace
+ BASEIMAGE: "swag" #replace
+ MODNAME: "ondemand" #replace
17
MOD_VERSION: ${{ inputs.mod_version }} #don't modify
18
- MULTI_ARCH: "true" #set to false if not needed
+ MULTI_ARCH: "false" #set to false if not needed
19
20
jobs:
21
set-vars:
0 commit comments