fix theme
This commit is contained in:
parent
68f94a54d8
commit
52fb3754ba
|
@ -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."
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue