From 40c94b7877151c921992b6f8f6132bb4d24974bc Mon Sep 17 00:00:00 2001 From: forkimenjeckayang Date: Thu, 20 Jun 2024 05:58:36 +0100 Subject: [PATCH] Added action to build and push to ECR --- .github/workflows/build_push_to_ECR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_push_to_ECR.yml b/.github/workflows/build_push_to_ECR.yml index 1f1a1df..5d1a497 100644 --- a/.github/workflows/build_push_to_ECR.yml +++ b/.github/workflows/build_push_to_ECR.yml @@ -46,4 +46,4 @@ jobs: ECR_REPOSITORY: ${{ secrets.REPO_NAME }} run: | docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:latest . - docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest \ No newline at end of file + docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest \ No newline at end of file