use the correct location
This commit is contained in:
parent
45a70dfd8e
commit
c32c29dbb9
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue