Skip to content

Commit 72c01a3

Browse files
committed
Login to dockerhub
1 parent 1b155a3 commit 72c01a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ jobs:
144144
python-version: ${{ matrix.python-version }}
145145
cache: 'pip'
146146

147+
- name: Login to DockerHub
148+
run: |
149+
echo "${{ secrets.DOCKERHUB_PASSWORD }}" | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
150+
147151
- name: Run tests
148152
run: |
149153
pip install -U setuptools wheel

0 commit comments

Comments
 (0)