From 9e2f03ce18945a3ed8ab501d2b03aa4bd3221d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 02:08:37 +0000 Subject: [PATCH] build(deps): bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 5f4866a30a54f16a52d2ecb4a3898e9e424939cf to 70fccc794acd729b2b22dd6a326895f286447728. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/5f4866a30a54f16a52d2ecb4a3898e9e424939cf...70fccc794acd729b2b22dd6a326895f286447728) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 415770a3..7e7f0545 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf + uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf + uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}