bitovi/github-actions-deploy-docker-to-ec2

Ensure bucket name follows AWS requirements

LeoDiazL opened this issue · 1 comments

If branch contains any upper case letter, AWS will fail creating the bucket.
Transform the string to all lowercase.

Would be good if we can ensure there aren't any other breaking characters.