From f3242a08bcfb5a1cdf490124e08f7ba472f5dfda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:51:49 +0000 Subject: [PATCH] chore(deps): bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 28fdb31ff34708d19615a74d67103ddc2ea9725c. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/65b78e6e13532edd9afa3aa52ac7964289d1a9c1...28fdb31ff34708d19615a74d67103ddc2ea9725c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 28fdb31ff34708d19615a74d67103ddc2ea9725c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-loadgen-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-loadgen-image.yml b/.github/workflows/deploy-loadgen-image.yml index e5335be..d372694 100644 --- a/.github/workflows/deploy-loadgen-image.yml +++ b/.github/workflows/deploy-loadgen-image.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v5 # Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here. - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}