From 819b0274673d8aecc8025fcf0c5e034185814757 Mon Sep 17 00:00:00 2001 From: Changiin Lee Date: Tue, 30 Jul 2024 20:52:25 +0900 Subject: [PATCH] edit task definition --- .github/workflows/prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 7651668..e558df3 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -86,8 +86,8 @@ jobs: # push it to ECR so that it can # be deployed to ECS. docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:latest . - docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG - echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT + docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest + echo "image=$ECR_REGISTRY/$ECR_REPOSITORY:latest" >> $GITHUB_OUTPUT - name: Fill in the new image ID in the Amazon ECS task definition id: task-def