use the correct location

This commit is contained in:
Kameron Kenny 2024-07-01 10:37:09 -04:00
parent 45a70dfd8e
commit c32c29dbb9
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

@ -20,7 +20,7 @@ pipeline {
steps { steps {
script { script {
def dockerfile = 'Dockerfile' def dockerfile = 'Dockerfile'
def containerImage = docker.build("tlp/photos_kameronkenny_com_web:${env.BUILD_ID}", "-f ${dockerfile} .") def containerImage = docker.build("sites/photos_kameronkenny_com_web:${env.BUILD_ID}", "-f ${dockerfile} .")
docker.withRegistry('http://docker-registry1.in.thelinuxpro.net:5000') { docker.withRegistry('http://docker-registry1.in.thelinuxpro.net:5000') {
containerImage.push() containerImage.push()