diff --git a/aws_ecr_tag_image.sh b/aws_ecr_tag_image.sh index a8a6ae31..24216fc6 100755 --- a/aws_ecr_tag_image.sh +++ b/aws_ecr_tag_image.sh @@ -33,11 +33,6 @@ If the environment variable FORCE is set, will remove the new tag reference to e $usage_aws_cli_required -If you want to remove an extra tag from an existing image: - - aws ecr batch-delete-image --repository-name --image-ids \"imageTag=\" - - Similar scripts: aws_ecr_tag_image_by_digest.sh - same as this script but locates the image to tag using a digest