Merge pull request #289 from synclounge/dependabot/github_actions/docker/login-action-v1.6.0
This commit is contained in:
commit
e679cc2127
|
@ -182,7 +182,7 @@ jobs:
|
|||
run: echo ${{ steps.cache.outputs.cache-hit }}
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v1.5.0
|
||||
uses: docker/login-action@v1.6.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
Loading…
Reference in New Issue