Update docker/login-action action to v3
This commit is contained in:
parent
2b3796ccab
commit
ed501bed87
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue