|
53 | 53 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
54 | 54 | repository: particular/servicecontrol |
55 | 55 | readme-filepath: ./src/ServiceControl/Container-README.md |
| 56 | + short-description: Gather all the data and monitor multiple endpoints from a single location. |
56 | 57 | - name: Update Docker Hub Description - Audit |
57 | 58 | if: ${{ steps.validate.outputs.latest == 'true' }} |
58 | 59 | uses: peter-evans/[email protected] |
|
61 | 62 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
62 | 63 | repository: particular/servicecontrol-audit |
63 | 64 | readme-filepath: ./src/ServiceControl.Audit/Container-README.md |
| 65 | + short-description: Audit instances provide valuable information about the message flow through a system. |
64 | 66 | - name: Update Docker Hub Description - Monitoring |
65 | 67 | if: ${{ steps.validate.outputs.latest == 'true' }} |
66 | 68 | uses: peter-evans/[email protected] |
|
69 | 71 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
70 | 72 | repository: particular/servicecontrol-monitoring |
71 | 73 | readme-filepath: ./src/ServiceControl.Monitoring/Container-README.md |
| 74 | + short-description: Monitoring instance's performance to track the health of a distributed system. |
72 | 75 | - name: Update Docker Hub Description - RavenDB |
73 | 76 | if: ${{ steps.validate.outputs.latest == 'true' }} |
74 | 77 | uses: peter-evans/[email protected] |
|
77 | 80 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
78 | 81 | repository: particular/servicecontrol-ravendb |
79 | 82 | readme-filepath: ./src/ServiceControl.RavenDB/Container-README.md |
| 83 | + short-description: The default storage for ServiceControl instances. |
0 commit comments