From 1e41290593d89b334341bcbfeed04d5270512145 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 11:06:50 +0000 Subject: [PATCH] Update docker/login-action digest to 0a5a6d5 --- .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 864f79c..93ca11b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@0a5a6d545fb45047924af7df26cac945aa69ad68 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}