We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2d249 commit a1558a0Copy full SHA for a1558a0
.github/workflows/flake8.yml
@@ -14,6 +14,11 @@ jobs:
14
flake8-your-pr:
15
runs-on: ubuntu-latest
16
steps:
17
+ - name: Login to DockerHub
18
+ uses: docker/login-action@v1
19
+ with:
20
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
21
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
22
- name: Checkout
23
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
24
uses: actions/checkout@v2
0 commit comments