-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Bug]: Incorrect docker-compose message when not able to connect with GitHub #2563
Comments
I may be having this issue, the project can't find my docker-compose file but I'm 100% getting the filename correct. |
@komali2 there's a chance you might have added the HTTPS address instead of SSH, try changing it to see if it helps. The PRs should've fixed it, but I don't think they got reviewed/merged yet. |
@matpratta thanks for the shout. I updated to v4.0.0-beta.341 and confirmed the repo source is using ssh (I also tested https cause why not) still getting the error :( |
@komali2 I think this one wasn't merged yet, maybe @andrasbacsai has any feedback if I need to do any changes first? |
This will be fixed in the next version. |
Description
When creating a new resource from GitHub (in my case, I used the deploy key method), if you happen to use the incorrect address (for example, the repository's HTTP address) it will return an error message saying the
docker-compose.yaml
file was not found instead of telling the repository address is incorrect.Fixes by using the SSH address instead, but not very obvious at first glance.
Minimal Reproduction (if possible, example repository)
docker-compose.yaml
file not being found will show up, instead of telling Git address is incorrect;Exception or Error
No response
Version
v4.0.0-beta.297
The text was updated successfully, but these errors were encountered: