Merge master into dependabot/github_actions/actions/setup-node-v2.1.2

This commit is contained in:
Travis Shivers 2020-10-02 13:08:37 -05:00 committed by GitHub
commit a96f24ce19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ jobs:
run: echo ${{ steps.cache.outputs.cache-hit }} run: echo ${{ steps.cache.outputs.cache-hit }}
- name: Login to DockerHub - name: Login to DockerHub
uses: docker/login-action@v1.4.0 uses: docker/login-action@v1.4.1
with: with:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}