diff --git a/.github/workflows/dockerbuild.yaml b/.github/workflows/dockerbuild.yaml index c2469c488..c59c858f3 100644 --- a/.github/workflows/dockerbuild.yaml +++ b/.github/workflows/dockerbuild.yaml @@ -93,7 +93,7 @@ jobs: # Important step to push image description to DockerHub - name: Update Docker Hub description if: github.event_name != 'pull_request' - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: # readme-filepath defaults to toplevel README.md, Only necessary if you have a dedicated file with your 'Notice for docker images' # readme-filepath: path/to/dedicated/notice-for-docker-image.md