Skip to content

Commit a1558a0

Browse files
Update flake8.yml
1 parent 1e2d249 commit a1558a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/flake8.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
flake8-your-pr:
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Login to DockerHub
18+
uses: docker/login-action@v1
19+
with:
20+
username: ${{ secrets.DOCKERHUB_USERNAME }}
21+
password: ${{ secrets.DOCKERHUB_TOKEN }}
1722
- name: Checkout
1823
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
1924
uses: actions/checkout@v2

0 commit comments

Comments
 (0)