Merge pull request #10 from shizunge/dependabot/github_actions/docker/login-action-1.14.0
Bump docker/login-action from 1.13.0 to 1.14.0
This commit is contained in:
commit
5694be560d
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v1.6.0
|
||||
|
||||
- name: Login to docker hub
|
||||
uses: docker/login-action@v1.13.0
|
||||
uses: docker/login-action@v1.14.0
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue