Update login ECR version

This commit is contained in:
Artyom
2022-11-18 09:56:28 +03:00
committed by GitHub
parent 26496260c4
commit 680a419346

View File

@@ -84,7 +84,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 }}