mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-07-18 09:21:10 +00:00
Changes to be committed:
modified: Jenkinsfile
This commit is contained in:
parent
f6aa9b5699
commit
6af9f5b87d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Building our image') {
|
stage('Building our image') {
|
||||||
steps {
|
steps {
|
||||||
sh "docker build . -t vinnimous/privategpt:latest"
|
sh "docker build -f Dockerfile.local -t vinnimous/privategpt:latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Login to Docker') {
|
stage('Login to Docker') {
|
||||||
|
Loading…
Reference in New Issue
Block a user