Skip to content

Commit 8d260fa

Browse files
Bump peter-evans/dockerhub-description from 4.0.0 to 4.0.2 (#4927)
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](peter-evans/dockerhub-description@v4.0.0...v4.0.2) --- updated-dependencies: - dependency-name: peter-evans/dockerhub-description dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d38335a commit 8d260fa

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/[email protected].0
54+
uses: peter-evans/[email protected].2
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/[email protected].0
63+
uses: peter-evans/[email protected].2
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/[email protected].0
72+
uses: peter-evans/[email protected].2
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/[email protected].0
81+
uses: peter-evans/[email protected].2
8282
with:
8383
username: ${{ secrets.DOCKERHUB_USERNAME }}
8484
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)