Skip to content

Commit 19229f8

Browse files
committed
fix repo name
1 parent d5be2f3 commit 19229f8

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ pipeline {
2020
EXT_PIP = 'pyload-ng'
2121
BUILD_VERSION_ARG = 'PYLOAD_VERSION'
2222
LS_USER = 'linuxserver'
23-
LS_REPO = 'docker-pyload'
24-
CONTAINER_NAME = 'pyload'
25-
DOCKERHUB_IMAGE = 'linuxserver/pyload'
26-
DEV_DOCKERHUB_IMAGE = 'lsiodev/pyload'
27-
PR_DOCKERHUB_IMAGE = 'lspipepr/pyload'
23+
LS_REPO = 'docker-pyload-ng'
24+
CONTAINER_NAME = 'pyload-ng'
25+
DOCKERHUB_IMAGE = 'linuxserver/pyload-ng'
26+
DEV_DOCKERHUB_IMAGE = 'lsiodev/pyload-ng'
27+
PR_DOCKERHUB_IMAGE = 'lspipepr/pyload-ng'
2828
DIST_IMAGE = 'alpine'
2929
MULTIARCH='true'
3030
CI='true'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This image provides various versions that are available via tags. `latest` tag u
6565
| Tag | Description |
6666
| :----: | --- |
6767
| latest | Stable releases from pyLoad Next |
68-
| development | Releases from pyload Next development branch |
68+
| develop | Releases from pyload Next develop branch |
6969

7070
## Application Setup
7171

jenkins-vars.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ repo_vars:
1010
- EXT_PIP = 'pyload-ng'
1111
- BUILD_VERSION_ARG = 'PYLOAD_VERSION'
1212
- LS_USER = 'linuxserver'
13-
- LS_REPO = 'docker-pyload'
14-
- CONTAINER_NAME = 'pyload'
15-
- DOCKERHUB_IMAGE = 'linuxserver/pyload'
16-
- DEV_DOCKERHUB_IMAGE = 'lsiodev/pyload'
17-
- PR_DOCKERHUB_IMAGE = 'lspipepr/pyload'
13+
- LS_REPO = 'docker-pyload-ng'
14+
- CONTAINER_NAME = 'pyload-ng'
15+
- DOCKERHUB_IMAGE = 'linuxserver/pyload-ng'
16+
- DEV_DOCKERHUB_IMAGE = 'lsiodev/pyload-ng'
17+
- PR_DOCKERHUB_IMAGE = 'lspipepr/pyload-ng'
1818
- DIST_IMAGE = 'alpine'
1919
- MULTIARCH='true'
2020
- CI='true'

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ available_architectures:
1717
development_versions: true
1818
development_versions_items:
1919
- { tag: "latest", desc: "Stable releases from pyLoad Next" }
20-
- { tag: "development", desc: "Releases from pyload Next development branch" }
20+
- { tag: "develop", desc: "Releases from pyload Next develop branch" }
2121

2222

2323
# container parameters

0 commit comments

Comments
 (0)