Explorar el Código

ci: remove dockerhub login for tests

This break tests on forked repositories.
Nicolas Duchon hace 6 meses
padre
commit
c67739f1cc
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      .github/workflows/test.yml

+ 0 - 6
.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