ci: update Docker login action to version 3
This commit is contained in:
parent
f8db9221a6
commit
ba776f0ec1
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Reference in a new issue