Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Correctly identify ECR registries #206

Merged
merged 1 commit into from
Sep 28, 2022
Merged

Conversation

jimmidyson
Copy link
Contributor

Previously this was failing because url.Parse does not parse bare
hostnames into a valid URL. Using a regexp on the whole registry
address fixes this.

Previously this was failing because `url.Parse` does not parse bare
hostnames into a valid URL. Using a regexp on the whole registry
address fixes this.
@jimmidyson jimmidyson added the bug Something isn't working label Sep 28, 2022
@github-actions github-actions bot added the fix label Sep 28, 2022
@jimmidyson jimmidyson enabled auto-merge (squash) September 28, 2022 16:12
@jimmidyson jimmidyson merged commit 944e546 into main Sep 28, 2022
@jimmidyson jimmidyson deleted the jimmi/fix-ecr-repo-creation branch September 28, 2022 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants