urlstechie / urlchecker-action

:octocat: :link: GitHub action to extract and check urls in code and documentations.
https://urlchecker-python.readthedocs.io
MIT License
34 stars 12 forks source link

failed to build docker container #78

Closed shahzebsiddiqui closed 3 years ago

shahzebsiddiqui commented 3 years ago

I just noticed it failed to build docker container today as part of the github workflow. I have been using the same version (v0.2.3) for some time and it was working fine.

See https://github.com/buildtesters/buildtest/pull/699/checks?check_run_id=2170371755

My urlcheck workflow can be found at https://github.com/buildtesters/buildtest/blob/devel/.github/workflows/urlchecker.yml

vsoch commented 3 years ago

quay.io is down, so any action that relies on it for containers will fail. https://status.quay.io/. Check back to that interface and try a re-run when it's up again!

vsoch commented 3 years ago

If you look at the error, you can see the 502 bad gateway when trying to pull the container: image

shahzebsiddiqui commented 3 years ago

thanks @vsoch that makes sense now. I will close this issue.