Update docker/login-action action to v3 #14

Merged
bizcochito merged 1 commits from renovate/docker-login-action-3.x into main 2024-12-01 13:34:00 +00:00
1 changed files with 1 additions and 1 deletions

View File

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