Correct registry
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit

This commit is contained in:
Jim Nicholson 2021-12-23 10:45:26 -08:00
parent 411d6f8950
commit 21caf72285

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ podTemplate(label: label, containers: [
sh ''' sh '''
pwd pwd
ls ls
/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --insecure --skip-tls-verify --cache=true --destination=docker.thejimnicholson.com/servicedemo/test:latest /kaniko/executor -f `pwd`/Dockerfile -c `pwd` --insecure --skip-tls-verify --cache=true --destination=docker.home.thejimnicholson.com/servicedemo/test:latest
''' '''
} }
} }