diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index bd21b7f..71f6fbd 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -200,7 +200,7 @@ jobs: cache-to: type=gha,mode=max - name: Docker Hub Description if: github.event_name != 'pull_request' - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_TOKEN }}