Skip to content

Commit 806ed6a

Browse files
Update aws-actions/amazon-ecr-login action to v2
1 parent c11ad0b commit 806ed6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_feature_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Login to Amazon ECR
8686
if: ${{ inputs.deploy_fargate }}
8787
id: login-ecr
88-
uses: aws-actions/amazon-ecr-login@v1
88+
uses: aws-actions/amazon-ecr-login@v2
8989

9090
- name: Install IUM App Packages & Build App
9191
if: ${{ inputs.deploy_fargate }}

0 commit comments

Comments
 (0)