diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00483932..a3ee1458 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: TibiaDataBuildCommit=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.revision'] }} - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 if: github.event_name == 'release' with: username: ${{ secrets.DOCKERHUB_USERNAME }}