From c67739f1cc879cf14fcad4b01e92163ea246d03a Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Sun, 8 Dec 2024 18:23:57 +0100 Subject: [PATCH] ci: remove dockerhub login for tests This break tests on forked repositories. --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) 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