diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60ecfc4..598f139 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,12 +36,6 @@ jobs: pip install -r python-requirements.txt working-directory: test/requirements - - name: Login to DockerHub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Pull nginx:alpine image run: docker pull nginx:alpine