diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b1a11da..65532eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -150,7 +150,7 @@ jobs: uses: actions/checkout@v4 - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKER_HUB_REGISTRY_ID }} password: ${{ secrets.DOCKER_HUB_REGISTRY_TOKEN }}