Update docker/login-action action to v3

This commit is contained in:
Renovate Bot 2024-11-29 23:03:31 +00:00
parent 9bc8a3812f
commit 9661658a7c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to fai.st docker registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: git.fai.st
username: ${{ secrets.DOCKER_USER }}