ci: update Docker login action to version 3

This commit is contained in:
Jan Gleytenhoover 2025-02-19 10:25:16 +01:00
parent f8db9221a6
commit ba776f0ec1
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -23,7 +23,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to Docker.io Registry
uses: https://git.kjan.de/actions/login-action # v3
uses: https://git.kjan.de/actions/login-action@v3 # v3
with:
registry: git.simonis.lol
username: ${{ vars.DOCKER_USER }}