Update login ECR version

This commit is contained in:
Artyom
2022-11-18 09:57:05 +03:00
committed by GitHub
parent 680a419346
commit bb67216eba

View File

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