Update version login ECR

This commit is contained in:
Artyom
2022-11-15 09:56:54 +03:00
committed by GitHub
parent 1a1c31d4a9
commit 26496260c4

View File

@@ -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 }}