Skip to content

Commit b45690d

Browse files
committed
Skip login
1 parent ea6fe71 commit b45690d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/integration.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ jobs:
7777
python-version: ${{ matrix.python-version }}
7878
cache: 'pip'
7979

80-
- name: Log in to Docker Hub
81-
uses: docker/login-action@v3
82-
with:
83-
username: ${{ secrets.DOCKER_USERNAME }}
84-
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
85-
8680
- name: Run tests
8781
run: |
8882
pip install -U setuptools wheel
@@ -150,13 +144,6 @@ jobs:
150144
python-version: ${{ matrix.python-version }}
151145
cache: 'pip'
152146

153-
- name: Log in to Docker Hub
154-
uses: docker/login-action@v3
155-
with:
156-
username: ${{ secrets.DOCKER_USERNAME }}
157-
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
158-
159-
160147
- name: Run tests
161148
run: |
162149
pip install -U setuptools wheel

0 commit comments

Comments
 (0)