Merge pull request #231 from ttshivers/dependabot/github_actions/docker/login-action-v1.4.1
This commit is contained in:
commit
8d17100ea7
|
@ -174,7 +174,7 @@ jobs:
|
|||
run: echo ${{ steps.cache.outputs.cache-hit }}
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1.4.0
|
||||
uses: docker/login-action@v1.4.1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
Loading…
Reference in New Issue