Skip to content

Commit d8e1caa

Browse files
committed
swapping to lsiodev because this is not a public facing image
1 parent fca86f1 commit d8e1caa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ pipeline {
1414
BUILD_VERSION_ARG = 'none'
1515
LS_USER = 'linuxserver'
1616
LS_REPO = 'docker-ci'
17-
DOCKERHUB_IMAGE = 'linuxserver/ci'
18-
DEV_DOCKERHUB_IMAGE = 'lsiodev/ci'
17+
DOCKERHUB_IMAGE = 'lsiodev/ci'
18+
DEV_DOCKERHUB_IMAGE = 'lsiodev/ci-dev'
1919
PR_DOCKERHUB_IMAGE = 'lspipepr/ci'
2020
BUILDS_DISCORD = credentials('build_webhook_url')
2121
GITHUB_TOKEN = credentials('github_token')

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ sudo docker run --rm -i \
4444
-e WEB_PATH="<optional, format /yourpath>" \
4545
-e DO_REGION=<optional, custom Digital Ocean Region> \
4646
-e DO_BUCKET=<optional, custom Digital Ocean Bucket> \
47-
-t linuxserver/ci:latest \
47+
-t lsiodev/ci:latest \
4848
python /ci/ci.py
4949
```

0 commit comments

Comments
 (0)