1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-23 17:28:14 +00:00

ci: remove dockerhub login for tests

This break tests on forked repositories.
This commit is contained in:
Nicolas Duchon 2024-12-08 18:23:57 +01:00 committed by GitHub
parent 22e6e59034
commit c67739f1cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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