Skip to content

Commit

Permalink
Merge pull request #45 from manasakoraganji/lip-jenkins
Browse files Browse the repository at this point in the history
LIP Jenkinsfile
  • Loading branch information
karun-singh authored Mar 5, 2024
2 parents 0bb9a9b + e9fde73 commit 2283fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ pipeline {
stage('Build images') {
steps {
script {
devImage = docker.build(devRegistry, "-f vertx/docker/dev.dockerfile .")
deplImage = docker.build(deplRegistry, "-f vertx/docker/depl.dockerfile .")
devImage = docker.build(devRegistry, "-f vertx/docker/dev.dockerfile vertx/")
deplImage = docker.build(deplRegistry, "-f vertx/docker/depl.dockerfile vertx/")
}
}
}
Expand Down

0 comments on commit 2283fe3

Please sign in to comment.