Merge pull request #2 from loganmarchione/renovate/docker-login-action-2.x

Update docker/login-action action to v2
This commit is contained in:
Logan Marchione 2022-10-17 16:00:35 +00:00 committed by GitHub
commit be67b46f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_PASS }}