Merge pull request #271 from synclounge/dependabot/github_actions/docker/login-action-v1.5.0

This commit is contained in:
dependabot[bot] 2020-10-19 01:58:02 +00:00 committed by GitHub
commit e7a84ceb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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