Update login ECR version
This commit is contained in:
2
.github/workflows/ui-workflow.yml
vendored
2
.github/workflows/ui-workflow.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
- name: Login to ECR
|
- name: Login to ECR
|
||||||
if: ${{ inputs.IS_ECR_PUSH_ENABLED }}
|
if: ${{ inputs.IS_ECR_PUSH_ENABLED }}
|
||||||
id: login-ecr
|
id: login-ecr
|
||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ${{ secrets.SECRET_ECR_REGISTRY }}
|
registry: ${{ secrets.SECRET_ECR_REGISTRY }}
|
||||||
username: ${{ secrets.SECRET_ECR_USERNAME }}
|
username: ${{ secrets.SECRET_ECR_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user