From 13ffe0868544c820668ecee1ee7ffcaa3e8d4d3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:37:07 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to e80ebca --- .github/workflows/deploy-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index 2896ba8..e1ac171 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737 + uses: docker/login-action@e80ebcad716081acf5e6f0df3180e53a003ee605 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}