From 76f02b925efe81019f2c3dc3df539df0f746504a Mon Sep 17 00:00:00 2001 From: Homer Date: Thu, 5 Jul 2018 08:40:12 +0100 Subject: [PATCH] updating pipeline config --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 122b829..214831e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { BUILD_VERSION_ARG = 'BOOKSTACK_RELEASE' LS_USER = 'linuxserver' LS_REPO = 'docker-bookstack' - DOCKERHUB_IMAGE = 'linuxserver/bookstack' + DOCKERHUB_IMAGE = 'lspipelive/bookstack' DEV_DOCKERHUB_IMAGE = 'lspipetest/bookstack' PR_DOCKERHUB_IMAGE = 'lspipepr/bookstack' BUILDS_DISCORD = credentials('build_webhook_url')