diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 892bfbe04..17d34da20 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -56,7 +56,7 @@ jobs: ref: ${{ github.ref }} - name: Azure Container Registry login - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.AZURE_ACR_CLIENTID }} password: ${{ secrets.AZURE_ACR_SECRET }}