Skip to content

Commit f1c70d0

Browse files
ssbarneaphilpep
authored andcommitted
Remove docker login from github action
1 parent edc6c92 commit f1c70d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tox.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v1
34-
# Login needed to increase rate-limits
35-
- name: Login to DockerHub
36-
uses: docker/login-action@v1
37-
with:
38-
username: ${{ secrets.DOCKERHUB_USERNAME }}
39-
password: ${{ secrets.DOCKERHUB_TOKEN }}
4034
- name: Find python version
4135
id: py_ver
4236
shell: python

0 commit comments

Comments
 (0)