Merge pull request #239 from Sebclem/renovate/docker-login-action-3.x

⬆️ Update docker/login-action action to v3
This commit is contained in:
Sébastien Clément 2023-12-14 15:18:09 +01:00 committed by GitHub
commit fc7a3e3711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to ghcr.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}

View File

@ -53,7 +53,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to ghcr.io
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}