ci: remove docker login, not functional for external contributors

This commit is contained in:
Elliot DeNolf
2025-01-24 12:51:21 -05:00
parent 72a5c02d95
commit eca4f47d7a

View File

@@ -454,14 +454,6 @@ jobs:
echo "POSTGRES_URL=postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5432/$POSTGRES_DB" >> $GITHUB_ENV echo "POSTGRES_URL=postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5432/$POSTGRES_DB" >> $GITHUB_ENV
if: matrix.database == 'postgres' 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 - name: Start MongoDB
uses: supercharge/mongodb-github-action@1.11.0 uses: supercharge/mongodb-github-action@1.11.0
with: with: