Update docker/login-action action to v2

This commit is contained in:
renovate[bot] 2022-12-06 00:09:37 +00:00 committed by Kavin
parent 9597a1a5a5
commit 1ecb158da9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
with:
version: latest
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}