Update docker/login-action action to v3
books / flake8 (push) Successful in 28s Details
books / docker (push) Failing after 7s Details
books / pypi (push) Has been skipped Details

This commit is contained in:
Renovate Bot 2023-09-13 06:30:40 +00:00
parent 0c3a22cc19
commit 04c334ae1d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,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 }}