diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba23b02..fa431b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,7 +113,7 @@ jobs: cache-to: type=inline - name: Update DH description 🖊️ - uses: peter-evans/dockerhub-description@v5 + uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}