From cc8642d70c764fa2cb3cdd00066c6906013a064c Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:22:06 +0000 Subject: [PATCH] Update peter-evans/dockerhub-description action to v5 --- .github/workflows/push-container-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-container-images.yml b/.github/workflows/push-container-images.yml index 4e38f07c5..05cb0c126 100644 --- a/.github/workflows/push-container-images.yml +++ b/.github/workflows/push-container-images.yml @@ -46,7 +46,7 @@ jobs: Invoke-Expression $cmd - name: Update Docker Hub Description if: ${{ steps.validate.outputs.latest == 'true' }} - uses: peter-evans/dockerhub-description@v4.0.2 + uses: peter-evans/dockerhub-description@v5.0.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}