Update docker/login-action action to v3
divent / lint (push) Successful in 1m33s Details
divent / docker (push) Failing after 17s Details
divent / pypi (push) Has been skipped Details

This commit is contained in:
Renovate Bot 2023-09-13 06:30:08 +00:00
parent 6b7a6775de
commit f43b8592ce
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
type=ref,event=tag
type=ref,event=pr
type=raw,value=latest,enable={{is_default_branch}}
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}