Merge pull request #250 from HyNetwork/dependabot/github_actions/docker/login-action-1.14.1

chore(deps): bump docker/login-action from 1.13.0 to 1.14.1
This commit is contained in:
Toby 2022-03-08 13:06:01 -08:00 committed by GitHub
commit 82cbd80342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1.13.0
uses: docker/login-action@v1.14.1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}