From 2baed318442b7711dfaca21ed2a9501fa717dde6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:52:23 +0000 Subject: [PATCH] Update docker/login-action action to v3.6.0 --- .github/workflows/update-image-on-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index 47d9ea8..e515a4f 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -43,7 +43,7 @@ jobs: uses: docker/setup-buildx-action@v3.11.1 - name: Login to GitHub Container Registry - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -88,7 +88,7 @@ jobs: merge-multiple: true - name: Login to GHCR - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }}