From 26496260c4d61c8caf1f5341edb387bcea181d4c Mon Sep 17 00:00:00 2001 From: Artyom <33422161+WooDeNDark@users.noreply.github.com> Date: Tue, 15 Nov 2022 09:56:54 +0300 Subject: [PATCH] Update version login ECR --- .github/workflows/api-single-module-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-single-module-workflow.yml b/.github/workflows/api-single-module-workflow.yml index b36af6f..04cf47a 100644 --- a/.github/workflows/api-single-module-workflow.yml +++ b/.github/workflows/api-single-module-workflow.yml @@ -78,7 +78,7 @@ jobs: - name: Login to ECR if: ${{ inputs.IS_ECR_PUSH_ENABLED }} id: login-ecr - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ${{ secrets.SECRET_ECR_REGISTRY }} username: ${{ secrets.SECRET_ECR_USERNAME }}