Fix jenkins vars

This commit is contained in:
thespad 2024-12-22 19:20:19 +00:00
parent c54d99e471
commit 4eaf89889b
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

4
Jenkinsfile vendored
View File

@ -19,12 +19,12 @@ pipeline {
DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat')
QUAYIO_API_TOKEN=credentials('quayio-repo-api-token')
GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f')
CONTAINER_NAME = modmanager'
CONTAINER_NAME = 'modmanager'
BUILD_VERSION_ARG = 'OS'
LS_USER = 'linuxserver'
LS_REPO = 'docker-modmanager'
DOCKERHUB_IMAGE = 'linuxserver/modmanager'
DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanagerc'
DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanager'
PR_DOCKERHUB_IMAGE = 'lspipepr/modmanager'
DIST_IMAGE = 'alpine'
MULTIARCH='true'

View File

@ -59,7 +59,7 @@ The Modmanager container will download all needed mods on startup and then check
You can then mount your `/modcache` path into any other Linuxserver container and they will pull their mods from there rather than downloading them each time.
>[!NOTE]
>If a mod requires additional packages to be installed, the container will still need to download them each time it is recreated.
>If a mod requires additional packages to be installed, each container will still need to download them each time it is recreated.
## Usage

View File

@ -7,12 +7,12 @@ release_type: stable
release_tag: latest
ls_branch: main
repo_vars:
- CONTAINER_NAME = modmanager'
- CONTAINER_NAME = 'modmanager'
- BUILD_VERSION_ARG = 'OS'
- LS_USER = 'linuxserver'
- LS_REPO = 'docker-modmanager'
- DOCKERHUB_IMAGE = 'linuxserver/modmanager'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanagerc'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanager'
- PR_DOCKERHUB_IMAGE = 'lspipepr/modmanager'
- DIST_IMAGE = 'alpine'
- MULTIARCH='true'