jupyterhub / repo2docker-action

A GitHub action to build data science environment images with repo2docker and push them to registries.
MIT License
140 stars 27 forks source link

Broken Binder Endpoint? #108

Open mrucker opened 6 months ago

mrucker commented 6 months ago

Describe the bug The URL used to trigger an image build on binder returns 404 (this url).

To Reproduce Steps to reproduce the behavior:

  1. Create a new workflow action using the "Cache builds on mybinder.org" example in README.md.
  2. Push to the repo that you created the action in.

Expected behavior Not getting a 404 error. Everything still might be working? But my Binder environment doesn't seem to be pre-building.

Screenshots Here is what I see in the github actions log:

image

Additional context I also curled and navigated to the endpoint manually (with and without ssl) and received a 404 no matter what I did.

welcome[bot] commented 6 months ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

lbianchi-lbl commented 6 months ago

Can confirm I'm also experiencing this, both when running the Action, and when running the curl command with the https://gke.mybinder.org/build/gh/... endpoint from my local machine.