diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d0696b8..3e63a78 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -82,7 +82,7 @@ jobs: API_URL: http://fragments-lb-1228717397.us-east-1.elb.amazonaws.com/ with: task-definition: fragments-definition.json - container-name: fragments + container-name: fragments-container # Use the image we just built and pushed to ECR for this tag image: ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPO }}:${{ env.VERSION_TAG }} # Add all the necessary environment variables, using GitHub Encrypted Secrets