Merge pull request #310 from HyNetwork/dependabot/github_actions/docker/login-action-2.0.0

chore(deps): bump docker/login-action from 1.14.1 to 2.0.0
This commit is contained in:
Toby 2022-05-12 22:49:35 -07:00 committed by GitHub
commit 4dee70c832
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.14.1
uses: docker/login-action@v2.0.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}