Skip to content

Commit 635b9cf

Browse files
Update peter-evans/dockerhub-description action to v5
1 parent 96f3b32 commit 635b9cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
}
5252
- name: Update Docker Hub Description - ServiceControl
5353
if: ${{ steps.validate.outputs.latest == 'true' }}
54-
uses: peter-evans/dockerhub-description@v4.0.2
54+
uses: peter-evans/dockerhub-description@v5.0.0
5555
with:
5656
username: ${{ secrets.DOCKERHUB_USERNAME }}
5757
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -60,7 +60,7 @@ jobs:
6060
short-description: Gather status, performance and monitoring data for multiple endpoints from a single location.
6161
- name: Update Docker Hub Description - Audit
6262
if: ${{ steps.validate.outputs.latest == 'true' }}
63-
uses: peter-evans/dockerhub-description@v4.0.2
63+
uses: peter-evans/dockerhub-description@v5.0.0
6464
with:
6565
username: ${{ secrets.DOCKERHUB_USERNAME }}
6666
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -69,7 +69,7 @@ jobs:
6969
short-description: Provide valuable information about the message flow through a system.
7070
- name: Update Docker Hub Description - Monitoring
7171
if: ${{ steps.validate.outputs.latest == 'true' }}
72-
uses: peter-evans/dockerhub-description@v4.0.2
72+
uses: peter-evans/dockerhub-description@v5.0.0
7373
with:
7474
username: ${{ secrets.DOCKERHUB_USERNAME }}
7575
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -78,7 +78,7 @@ jobs:
7878
short-description: Track the health of a distributed system.
7979
- name: Update Docker Hub Description - RavenDB
8080
if: ${{ steps.validate.outputs.latest == 'true' }}
81-
uses: peter-evans/dockerhub-description@v4.0.2
81+
uses: peter-evans/dockerhub-description@v5.0.0
8282
with:
8383
username: ${{ secrets.DOCKERHUB_USERNAME }}
8484
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)