Merge pull request #245 from PrismLauncher/renovate/docker-login-action-3.x

This commit is contained in:
Sefa Eyeoglu 2023-09-12 14:18:11 +02:00 committed by GitHub
commit 44e0c2269b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@ -88,7 +88,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}