From 3cd72edea0f46822dcdb2754de00d7de6a0edd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 01:26:32 +0000 Subject: [PATCH] Bump peter-evans/dockerhub-description from 4.0.0 to 4.0.1 Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](https://github.com/peter-evans/dockerhub-description/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: peter-evans/dockerhub-description dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/push-container-images.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index fcf91fbdd5..3fb12d641a 100644 --- a/.github/workflows/push-container-images.yml +++ b/.github/workflows/push-container-images.yml @@ -51,7 +51,7 @@ jobs: } - name: Update Docker Hub Description - ServiceControl if: ${{ steps.validate.outputs.latest == 'true' }} - uses: peter-evans/dockerhub-description@v4.0.0 + uses: peter-evans/dockerhub-description@v4.0.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -60,7 +60,7 @@ jobs: 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 + uses: peter-evans/dockerhub-description@v4.0.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -69,7 +69,7 @@ jobs: 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 + uses: peter-evans/dockerhub-description@v4.0.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -78,7 +78,7 @@ jobs: 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 + uses: peter-evans/dockerhub-description@v4.0.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}