diff --git a/.github/workflows/merge-build-production-docker-images.yml b/.github/workflows/merge-build-production-docker-images.yml index 3bcf35d..79ef56f 100644 --- a/.github/workflows/merge-build-production-docker-images.yml +++ b/.github/workflows/merge-build-production-docker-images.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v4 - name: Update Docker Hub repo description - uses: peter-evans/dockerhub-description@v3 + uses: peter-evans/dockerhub-description@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}