Skip to content

Commit e7e710d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
dockerfile: microservices/the_monkeys_activity/Dockerfile
6565
- name: reports
6666
dockerfile: microservices/the_monkeys_reports/Dockerfile
67-
context: .
67+
context: microservices/the_monkeys_reports/
6868
build_args: ""
6969

7070
steps:

0 commit comments

Comments
 (0)