diff --git a/buildspec.yml b/buildspec.yml index f36ff27..3d57204 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -27,7 +27,7 @@ phases: - docker push $REPOSITORY_URI:$IMAGE_TAG - echo Writing image definitions file... # Give your container name - - DOCKER_CONTAINER_NAME=spring-demo-ecr + - DOCKER_CONTAINER_NAME=awsdevopspro - printf '[{"name":"%s","imageUri":"%s"}]' $DOCKER_CONTAINER_NAME $REPOSITORY_URI:$IMAGE_TAG > imagedefinitions.json - echo $DOCKER_CONTAINER_NAME - echo printing imagedefinitions.json