Skip to content

Commit 793468c

Browse files
authored
Merge pull request #4769 from Particular/john/hub
2 parents ea5eb81 + dd0db0d commit 793468c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push-container-images.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
password: ${{ secrets.DOCKERHUB_TOKEN }}
5454
repository: particular/servicecontrol
5555
readme-filepath: ./src/ServiceControl/Container-README.md
56+
short-description: Gather status, performance and monitoring data for multiple endpoints from a single location.
5657
- name: Update Docker Hub Description - Audit
5758
if: ${{ steps.validate.outputs.latest == 'true' }}
5859
uses: peter-evans/[email protected]
@@ -61,6 +62,7 @@ jobs:
6162
password: ${{ secrets.DOCKERHUB_TOKEN }}
6263
repository: particular/servicecontrol-audit
6364
readme-filepath: ./src/ServiceControl.Audit/Container-README.md
65+
short-description: Provide valuable information about the message flow through a system.
6466
- name: Update Docker Hub Description - Monitoring
6567
if: ${{ steps.validate.outputs.latest == 'true' }}
6668
uses: peter-evans/[email protected]
@@ -69,6 +71,7 @@ jobs:
6971
password: ${{ secrets.DOCKERHUB_TOKEN }}
7072
repository: particular/servicecontrol-monitoring
7173
readme-filepath: ./src/ServiceControl.Monitoring/Container-README.md
74+
short-description: Track the health of a distributed system.
7275
- name: Update Docker Hub Description - RavenDB
7376
if: ${{ steps.validate.outputs.latest == 'true' }}
7477
uses: peter-evans/[email protected]
@@ -77,3 +80,4 @@ jobs:
7780
password: ${{ secrets.DOCKERHUB_TOKEN }}
7881
repository: particular/servicecontrol-ravendb
7982
readme-filepath: ./src/ServiceControl.RavenDB/Container-README.md
83+
short-description: The default storage for ServiceControl instances.

0 commit comments

Comments
 (0)