From a744ccaff4856014e9fa15c4e5a03657316d0607 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 03:37:42 +0000 Subject: [PATCH] Update peter-evans/dockerhub-description action to v3.2.0 --- .github/workflows/publish-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 9acadf4..0ab678d 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -88,7 +88,7 @@ jobs: # Update Readme on Docker Hub - name: Publish README to Docker Hub if: github.event_name != 'pull_request' - uses: peter-evans/dockerhub-description@93b93397c27ed52b4055b8c6b2f8d92456ab3c56 # tag=v3.1.2 + uses: peter-evans/dockerhub-description@79b63455c04d4412f475a17a67ccf57919bd3590 # v3.2.0 with: username: ${{ secrets.docker-username }} password: ${{ secrets.docker-password }}