From f6fb77d8362b641ba84aec4ed24a1a3f7e103daf Mon Sep 17 00:00:00 2001 From: BrokenFire Date: Sun, 18 Feb 2018 18:37:22 +0100 Subject: [PATCH] Change DockerHub repo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 45030f6..1cae502 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ node { /* This builds the actual image; synonymous to * docker build on the command line */ - app = docker.build("brokenfire/testjenkins","--rm=true .") + app = docker.build("brokenfire/brokendiscordbot","--rm=true .") } stage('Push image') { /* Finally, we'll push the image with two tags: