tag the image as latest

This commit is contained in:
Kameron Kenny - pi501 2024-05-17 12:05:17 -04:00
parent 0bcb1ca974
commit d552fda59d
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored
View File

@ -21,6 +21,14 @@ pipeline {
}
}
}
stage("Tage image as latest") {
steps {
script {
sh 'docker tag docker-registry1.in.thelinuxpro.net:5000/tlp/tlp_jekyll:0.0.1 docker-registry1.in.thelinuxpro.net:5000/tlp/tlp_jekyll:latest --push'
}
}
}
}
}