diff --git a/Dockerfile b/Dockerfile index f679c3d..2f93372 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker-registry1.in.thelinuxpro.net:5000/tlp/tlp_jekyll:0.0.1 -LABEL version="0.0.1" +LABEL version="0.0.2" LABEL image.author.name="Kameron Kenny" LABEL image.author.email="kameron@localhost" LABEL description="A Jekyll site for kameronkenny.com." diff --git a/Jenkinsfile b/Jenkinsfile index 6989ff3..4ab4d94 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { stage("Build Containers and push to registry") { steps { script { - sh 'docker build -t docker-registry1.in.thelinuxpro.net:5000/sites/kameronkenny.com:0.0.1 . --push' + sh 'docker build -t docker-registry1.in.thelinuxpro.net:5000/sites/kameronkenny.com:0.0.2 . --push' } } }