version bump

This commit is contained in:
Kameron Kenny 2024-05-25 11:50:59 -04:00
parent 6c3c654271
commit f5f5f7bc67
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
stage("Tag image as latest") { stage("Tag image as latest") {
steps { steps {
script { script {
sh 'docker tag docker-registry1.in.thelinuxpro.net:5000/sites/kameronkenny.com:0.0.1 docker-registry1.in.thelinuxpro.net:5000/sites/kameronkenny.com:latest' sh 'docker tag docker-registry1.in.thelinuxpro.net:5000/sites/kameronkenny.com:0.0.2 docker-registry1.in.thelinuxpro.net:5000/sites/kameronkenny.com:latest'
} }
} }
} }