Merge pull request #464 from HyNetwork/dependabot/github_actions/docker/login-action-2.1.0

chore(deps): bump docker/login-action from 2.0.0 to 2.1.0
This commit is contained in:
Toby 2022-10-19 10:57:52 -07:00 committed by GitHub
commit 7754ed0371
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@v2
- name: Login to DockerHub
uses: docker/login-action@v2.0.0
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}