Merge remote-tracking branch 'origin/dependabot/github_actions/docker/login-action-2' into action-dependa-bump

This commit is contained in:
ViViDboarder 2023-01-25 15:52:44 -08:00
commit b735760315
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}