From 4be9ab696d9393b20de0540eea4ceb317ca5142c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:53:24 +0000 Subject: [PATCH] Update docker/login-action action to v3 --- .github/workflows/build-and-push-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 6ffce261b..4aef628ae 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -49,7 +49,7 @@ jobs: ref: ${{ github.ref }} - name: Azure Container Registry login - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.ACR_CLIENTID }} password: ${{ secrets.ACR_SECRET }}