From adbe151bf241d5e30eefcece014ac63eb1f56a64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 07:33:28 +0000 Subject: [PATCH] build(deps): bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 70fccc794acd729b2b22dd6a326895f286447728. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/65b78e6e13532edd9afa3aa52ac7964289d1a9c1...70fccc794acd729b2b22dd6a326895f286447728) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index fecdf70..737267c 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -24,7 +24,7 @@ jobs: - name: "Checkout the repository" uses: actions/checkout@v4 - name: "Log in to the Container registry" - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}