|
51 | 51 | } |
52 | 52 | - name: Update Docker Hub Description - ServiceControl |
53 | 53 | if: ${{ steps.validate.outputs.latest == 'true' }} |
54 | | - uses: peter-evans/dockerhub-description@v4.0.2 |
| 54 | + uses: peter-evans/dockerhub-description@v5.0.0 |
55 | 55 | with: |
56 | 56 | username: ${{ secrets.DOCKERHUB_USERNAME }} |
57 | 57 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
60 | 60 | short-description: Gather status, performance and monitoring data for multiple endpoints from a single location. |
61 | 61 | - name: Update Docker Hub Description - Audit |
62 | 62 | if: ${{ steps.validate.outputs.latest == 'true' }} |
63 | | - uses: peter-evans/dockerhub-description@v4.0.2 |
| 63 | + uses: peter-evans/dockerhub-description@v5.0.0 |
64 | 64 | with: |
65 | 65 | username: ${{ secrets.DOCKERHUB_USERNAME }} |
66 | 66 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
69 | 69 | short-description: Provide valuable information about the message flow through a system. |
70 | 70 | - name: Update Docker Hub Description - Monitoring |
71 | 71 | if: ${{ steps.validate.outputs.latest == 'true' }} |
72 | | - uses: peter-evans/dockerhub-description@v4.0.2 |
| 72 | + uses: peter-evans/dockerhub-description@v5.0.0 |
73 | 73 | with: |
74 | 74 | username: ${{ secrets.DOCKERHUB_USERNAME }} |
75 | 75 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
78 | 78 | short-description: Track the health of a distributed system. |
79 | 79 | - name: Update Docker Hub Description - RavenDB |
80 | 80 | if: ${{ steps.validate.outputs.latest == 'true' }} |
81 | | - uses: peter-evans/dockerhub-description@v4.0.2 |
| 81 | + uses: peter-evans/dockerhub-description@v5.0.0 |
82 | 82 | with: |
83 | 83 | username: ${{ secrets.DOCKERHUB_USERNAME }} |
84 | 84 | password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
0 commit comments