We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c6dc1 commit d398ba7Copy full SHA for d398ba7
.github/workflows/deploy.yml
@@ -36,10 +36,9 @@ jobs:
36
# Login to ECR (needed for Docker push)
37
- name: Login to Amazon ECR
38
id: login-ecr
39
- uses:
40
- aws-actions/amazon-ecr-login@v2
+ uses: aws-actions/amazon-ecr-login@v2
41
42
- # Deploy everything through Pulumi (handles Docker building and infrastructure)
+ # Deploy everything through Pulumi (handles Docker building and infrastructure)
43
- name: Deploy with Pulumi
44
run: |
45
cd apps/infra
0 commit comments