Skip to content

Commit 376e81d

Browse files
chore(deps): update aws-actions/amazon-ecr-login action to v2
1 parent 371ae05 commit 376e81d

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)