From 02a6fae88e2a08fc6d49dfcdf08075303c714e36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 12:29:47 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 70fccc7 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6d9d81a..dae1513 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: 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 }} -- 2.45.2