Skip to content

Commit 4eaf898

Browse files
committed
Fix jenkins vars
1 parent c54d99e commit 4eaf898

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ pipeline {
1919
DOCKERHUB_TOKEN=credentials('docker-hub-ci-pat')
2020
QUAYIO_API_TOKEN=credentials('quayio-repo-api-token')
2121
GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f')
22-
CONTAINER_NAME = modmanager'
22+
CONTAINER_NAME = 'modmanager'
2323
BUILD_VERSION_ARG = 'OS'
2424
LS_USER = 'linuxserver'
2525
LS_REPO = 'docker-modmanager'
2626
DOCKERHUB_IMAGE = 'linuxserver/modmanager'
27-
DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanagerc'
27+
DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanager'
2828
PR_DOCKERHUB_IMAGE = 'lspipepr/modmanager'
2929
DIST_IMAGE = 'alpine'
3030
MULTIARCH='true'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The Modmanager container will download all needed mods on startup and then check
5959
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.
6060

6161
>[!NOTE]
62-
>If a mod requires additional packages to be installed, the container will still need to download them each time it is recreated.
62+
>If a mod requires additional packages to be installed, each container will still need to download them each time it is recreated.
6363
6464
## Usage
6565

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ release_type: stable
77
release_tag: latest
88
ls_branch: main
99
repo_vars:
10-
- CONTAINER_NAME = modmanager'
10+
- CONTAINER_NAME = 'modmanager'
1111
- BUILD_VERSION_ARG = 'OS'
1212
- LS_USER = 'linuxserver'
1313
- LS_REPO = 'docker-modmanager'
1414
- DOCKERHUB_IMAGE = 'linuxserver/modmanager'
15-
- DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanagerc'
15+
- DEV_DOCKERHUB_IMAGE = 'lsiodev/modmanager'
1616
- PR_DOCKERHUB_IMAGE = 'lspipepr/modmanager'
1717
- DIST_IMAGE = 'alpine'
1818
- MULTIARCH='true'

0 commit comments

Comments
 (0)