We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a7d27 commit ab50da8Copy full SHA for ab50da8
.github/workflows/build-and-push.yml
@@ -62,6 +62,8 @@ jobs:
62
build_args: ""
63
- name: activity
64
dockerfile: microservices/the_monkeys_activity/Dockerfile
65
+ - name: reports
66
+ dockerfile: microservices/the_monkeys_reports/Dockerfile
67
context: .
68
69
@@ -295,4 +297,4 @@ jobs:
295
297
echo "🚀 To deploy:"
296
298
echo "1. Use your existing docker-compose.yml for infrastructure services"
299
echo "2. Update microservice image references to use registry images above"
- 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