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

This commit is contained in:
Renovate Bot 2023-09-13 06:31:21 +00:00
parent 0b6c9e21a1
commit 7f0208b712

View File

@ -30,7 +30,7 @@ jobs:
type=ref,event=tag type=ref,event=tag
type=ref,event=pr type=ref,event=pr
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
- uses: docker/login-action@v2 - uses: docker/login-action@v3
with: with:
registry: git.crystalyx.net registry: git.crystalyx.net
username: ${{ secrets.DOCKER_USER }} username: ${{ secrets.DOCKER_USER }}