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.
2 parents 7e1af62 + 376e81d commit c22d68dCopy full SHA for c22d68d
.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