Skip to content

Commit 69ddaaa

Browse files
Update aws-actions/amazon-ecr-login action to v2
1 parent f8dacbd commit 69ddaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Login to ECR
6767
id: ecr
68-
uses: aws-actions/amazon-ecr-login@v1
68+
uses: aws-actions/amazon-ecr-login@v2
6969
with:
7070
registries: ${{ secrets.AWS_ACCOUNT_ID }}
7171

0 commit comments

Comments
 (0)