1
0
mirror of https://github.com/coturn/coturn.git synced 2026-05-06 03:06:10 +02:00

Upgrade docker/login-action from 3 to 4 version (#1826)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-03-05 12:38:23 +01:00 committed by GitHub
parent 8479d13b12
commit 679f9b4865
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,7 +213,7 @@ jobs:
path: docker/coturn/.cache/
- name: Login to ${{ matrix.registry }} container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ matrix.registry }}
username: ${{ (matrix.registry == 'docker.io'