Merge pull request #176 from HyNetwork/dependabot/github_actions/docker/login-action-1.12.0

chore(deps): bump docker/login-action from 1.10.0 to 1.12.0
This commit is contained in:
Toby 2021-12-25 13:59:22 -08:00 committed by GitHub
commit 1484c3585b
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.10.0
uses: docker/login-action@v1.12.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}