diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 95af61e..84d28b3 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -477,7 +477,7 @@ jobs: - name: Update Docker Hub description if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') - uses: peter-evans/dockerhub-description@v4 + uses: peter-evans/dockerhub-description@v5 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}