Update docker/login-action action to v3
dl / lint (push) Successful in 1m6s Details
dl / docker (push) Failing after 6s Details

This commit is contained in:
Renovate Bot 2023-09-13 06:31:21 +00:00
parent 0b6c9e21a1
commit 7f0208b712
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,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:
registry: git.crystalyx.net
username: ${{ secrets.DOCKER_USER }}