From 212b7bf75971a89d6d5a47af6995ddafd0545fcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:03:37 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 4.5.1 to 4.5.2 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.1 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/abd2ef45e78c5afb21d64d4ca52ee8550d9572c7...371161bbe7024a29a25c5e19bfcbc0804fe9ad2c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 273e86a..eed3064 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -67,7 +67,7 @@ jobs: - name: Log into docker registry if: github.event_name == 'push' - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -130,7 +130,7 @@ jobs: - name: Log into docker registry if: github.event_name == 'push' - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}