Skip to content

Commit c22d68d

Browse files
authored
Merge pull request #139 from rust-lang/renovate/aws-actions-amazon-ecr-login-2.x
chore(deps): update aws-actions/amazon-ecr-login action to v2
2 parents 7e1af62 + 376e81d commit c22d68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Login to Amazon ECR
3030
id: login-ecr
31-
uses: aws-actions/amazon-ecr-login@v1
31+
uses: aws-actions/amazon-ecr-login@v2
3232

3333
- uses: docker/setup-buildx-action@v2
3434
- name: Build and tag the Docker image
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Login to Amazon ECR
6868
id: login-ecr
69-
uses: aws-actions/amazon-ecr-login@v1
69+
uses: aws-actions/amazon-ecr-login@v2
7070

7171
- uses: docker/setup-buildx-action@v2
7272
- name: Build and tag the Docker image

0 commit comments

Comments
 (0)