Update docker/login-action action to v2

This commit is contained in:
Renovate Bot
2022-05-05 19:07:20 +00:00
parent 81dd5e0ce2
commit 3c1d25ba89

View File

@ -18,7 +18,7 @@ jobs:
- name: Login to Docker Hub
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 }}