Skip to content

Commit 73ce958

Browse files
committed
Updated cicd path for loan service
1 parent 1fe8431 commit 73ce958

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/loanservice-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
uses: docker/build-push-action@v5
3535
with:
3636
context: .
37-
file: ./Dockerfile
37+
file: ./loanservice/Dockerfile
3838
push: true
3939
tags: pratikbagm/loanservice:latest

loanservice/.dockerignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
target
2+
.git
3+
.github
4+
.idea
5+
*.iml
6+
*.log
7+
.DS_Store

0 commit comments

Comments
 (0)