We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371ae05 commit 376e81dCopy full SHA for 376e81d
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Login to Amazon ECR
30
id: login-ecr
31
- uses: aws-actions/amazon-ecr-login@v1
+ uses: aws-actions/amazon-ecr-login@v2
32
33
- uses: docker/setup-buildx-action@v2
34
- name: Build and tag the Docker image
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
72
0 commit comments