From d8e1caa5eac73093116bc4e973c3f36d42863e7a Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 12 Jul 2018 17:49:28 -0700 Subject: [PATCH] swapping to lsiodev because this is not a public facing image --- Jenkinsfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 839ba84..5bdf17d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,8 +14,8 @@ pipeline { BUILD_VERSION_ARG = 'none' LS_USER = 'linuxserver' LS_REPO = 'docker-ci' - DOCKERHUB_IMAGE = 'linuxserver/ci' - DEV_DOCKERHUB_IMAGE = 'lsiodev/ci' + DOCKERHUB_IMAGE = 'lsiodev/ci' + DEV_DOCKERHUB_IMAGE = 'lsiodev/ci-dev' PR_DOCKERHUB_IMAGE = 'lspipepr/ci' BUILDS_DISCORD = credentials('build_webhook_url') GITHUB_TOKEN = credentials('github_token') diff --git a/README.md b/README.md index 9fc70c1..1959941 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,6 @@ sudo docker run --rm -i \ -e WEB_PATH="" \ -e DO_REGION= \ -e DO_BUCKET= \ --t linuxserver/ci:latest \ +-t lsiodev/ci:latest \ python /ci/ci.py ```