fix theme

This commit is contained in:
Kameron Kenny 2024-05-25 11:26:50 -04:00
parent 68f94a54d8
commit 52fb3754ba
No known key found for this signature in database
GPG Key ID: E5006629839D2276
2 changed files with 2 additions and 2 deletions

View File

@ -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."

2
Jenkinsfile vendored
View File

@ -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'
}
}
}