Compare commits

...

2 Commits

Author SHA1 Message Date
Kameron Kenny c32c29dbb9
use the correct location 2024-07-01 10:37:09 -04:00
Kameron Kenny 45a70dfd8e
correct the image 2024-07-01 10:36:21 -04:00
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
steps {
script {
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') {
containerImage.push()

View File

@ -3,7 +3,7 @@
services:
photos_kameronkenny_com_web:
container_name: photos.kameronkenny.com_web
image: docker-registry1.in.thelinuxpro.net:5000/sites/kameronkenny.com:latest
image: docker-registry1.in.thelinuxpro.net:5000/sites/photos.kameronkenny.com:latest
ports:
- '4002:4002'
restart: always