We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dacbd commit 69ddaaaCopy full SHA for 69ddaaa
.github/workflows/build-image.yaml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Login to ECR
67
id: ecr
68
- uses: aws-actions/amazon-ecr-login@v1
+ uses: aws-actions/amazon-ecr-login@v2
69
with:
70
registries: ${{ secrets.AWS_ACCOUNT_ID }}
71
0 commit comments