RoboJackets / rrt

C++ RRT (Rapidly-exploring Random Tree) Implementation
Other
253 stars 84 forks source link

Fix docker caching issues #41

Closed justbuchanan closed 8 years ago

justbuchanan commented 8 years ago

As far as I can tell, things are setup correctly and I have the docker auth variables set in the circleci environment. The build logs show that the image was pushed to the repo, but the docker hub page shows otherwise.

See this build and the docker hub page.

jgkamat commented 8 years ago

Was an authorisation issue. I'm going to add better error outputs when this happens in the future.