Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding description to docker hub containers #4769

Merged
merged 4 commits into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/push-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: particular/servicecontrol
readme-filepath: ./src/ServiceControl/Container-README.md
short-description: Gather status, performance and monitoring data for multiple endpoints from a single location.
- name: Update Docker Hub Description - Audit
if: ${{ steps.validate.outputs.latest == 'true' }}
uses: peter-evans/dockerhub-description@v4.0.0
Expand All @@ -61,6 +62,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: particular/servicecontrol-audit
readme-filepath: ./src/ServiceControl.Audit/Container-README.md
short-description: Provide valuable information about the message flow through a system.
- name: Update Docker Hub Description - Monitoring
if: ${{ steps.validate.outputs.latest == 'true' }}
uses: peter-evans/dockerhub-description@v4.0.0
Expand All @@ -69,6 +71,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: particular/servicecontrol-monitoring
readme-filepath: ./src/ServiceControl.Monitoring/Container-README.md
short-description: Track the health of a distributed system.
- name: Update Docker Hub Description - RavenDB
if: ${{ steps.validate.outputs.latest == 'true' }}
uses: peter-evans/dockerhub-description@v4.0.0
Expand All @@ -77,3 +80,4 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: particular/servicecontrol-ravendb
readme-filepath: ./src/ServiceControl.RavenDB/Container-README.md
short-description: The default storage for ServiceControl instances.