Skip to content

Commit aedef5d

Browse files
committed
feat: change dockerfile context
1 parent 35b3f22 commit aedef5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
- name: activity
6464
dockerfile: microservices/the_monkeys_activity/Dockerfile
6565
- name: reports
66-
dockerfile: microservices/the_monkeys_reports/Dockerfile
67-
context: .
66+
dockerfile: ./microservices/the_monkeys_reports/Dockerfile
67+
context: ./microservices/the_monkeys_reports
6868
build_args: ""
6969

7070
steps:

0 commit comments

Comments
 (0)