Skip to content

Commit ab50da8

Browse files
committed
feat: add reports in container registry
1 parent 85a7d27 commit ab50da8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
build_args: ""
6363
- name: activity
6464
dockerfile: microservices/the_monkeys_activity/Dockerfile
65+
- name: reports
66+
dockerfile: microservices/the_monkeys_reports/Dockerfile
6567
context: .
6668
build_args: ""
6769

@@ -295,4 +297,4 @@ jobs:
295297
echo "🚀 To deploy:"
296298
echo "1. Use your existing docker-compose.yml for infrastructure services"
297299
echo "2. Update microservice image references to use registry images above"
298-
echo "3. Or use docker-compose.registry.yml alongside your infrastructure setup"
300+
echo "3. Or use docker-compose.registry.yml alongside your infrastructure setup"

0 commit comments

Comments
 (0)