chore(deps): update docker/login-action action to v3

This commit is contained in:
renovate[bot] 2023-09-12 11:58:09 +00:00 committed by GitHub
parent 9211b39438
commit 496c96879c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ jobs:
version: latest
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ env.PUSH_BRANCH == 'true' }}
with:
username: ${{ secrets.DOCKER_USERNAME }}