From 669cb5386042bd13275257b39fcbfe3c215516af Mon Sep 17 00:00:00 2001 From: "dslab-renovate[bot]" <184400531+dslab-renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 08:47:17 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3.7.0 --- .github/workflows/build_push_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_push_image.yaml b/.github/workflows/build_push_image.yaml index acce3e2..6f3fd6d 100644 --- a/.github/workflows/build_push_image.yaml +++ b/.github/workflows/build_push_image.yaml @@ -25,7 +25,7 @@ jobs: # - linux/arm64/v8 steps: - name: Log in to the Container registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}