From 09948ff10ab7835a56327efd944025d7eafbec98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 23:50:09 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 3d58c27 --- .github/workflows/deploy-container-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-container-image.yml b/.github/workflows/deploy-container-image.yml index c34417194..ba76da222 100644 --- a/.github/workflows/deploy-container-image.yml +++ b/.github/workflows/deploy-container-image.yml @@ -24,13 +24,13 @@ jobs: uses: ./.github/actions/install - name: Log in to Docker Hub - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a + uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}