From e3728a965af730451016476eceb32346103b029a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:30:47 -0700 Subject: [PATCH] Bump docker/login-action (#304) --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index dd501a5..5f7e8d4 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v6 # 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@9fe7774c8f8ebfade96f0a62aa10f3882309d517 + uses: docker/login-action@5c42dd293b89d96bae168b5b3694e4e72a5b1117 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}