Compare commits

..

No commits in common. "c32c29dbb91d5f55e19364b4ac5400c221a3b72e" and "6d79eaadf25d19d54a8ef15df22cf75f6d44ede3" have entirely different histories.

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("sites/photos_kameronkenny_com_web:${env.BUILD_ID}", "-f ${dockerfile} .")
def containerImage = docker.build("tlp/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/photos.kameronkenny.com:latest
image: docker-registry1.in.thelinuxpro.net:5000/sites/kameronkenny.com:latest
ports:
- '4002:4002'
restart: always