diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f7d1bdd7b..9668e893a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -448,6 +448,14 @@ jobs: echo "POSTGRES_URL=postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5432/$POSTGRES_DB" >> $GITHUB_ENV if: matrix.database == 'postgres' + # Login to Docker Hub in order to up rate-limit + - name: Login to Docker Hub + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + if: matrix.database == 'mongodb' + - name: Start MongoDB uses: supercharge/mongodb-github-action@1.11.0 with: