Skip to content

Commit c566630

Browse files
Initial serverless CRUD API with Terraform and CI/CD
1 parent ac5252c commit c566630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build and Push Image
2929
run: |
3030
docker build -t node-crud-api .
31-
docker tag node-crud-api:latest <ACCOUNT_ID>.dkr.ecr.ap-south-1.amazonaws.com/node-crud-api:latest
31+
docker tag node-crud-api:latest 011664843975.dkr.ecr.ap-south-1.amazonaws.com/node-crud-api:latest
3232
docker push 011664843975.dkr.ecr.ap-south-1.amazonaws.com/node-crud-api:latest
3333
3434
- name: Terraform Deploy

0 commit comments

Comments
 (0)