Change DockerHub repo

This commit is contained in:
BrokenFire 2018-02-18 18:37:22 +01:00
parent e990b50d75
commit f6fb77d836

2
Jenkinsfile vendored
View File

@ -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: