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 }}