tesseract-robotics / tesseract_qt

Tesseract Qt Widgets and Applications
GNU Lesser General Public License v3.0
11 stars 11 forks source link

Docker buliding wrong tag #103

Closed marrts closed 5 months ago

marrts commented 6 months ago

The docker is setup to build based off the tag, supposedly for allowing tagged versions and a master branch, but this repo has "main" instead of master, so it is looking for tesseract_planning:{OS}-main which doesn't exist: https://github.com/tesseract-robotics/tesseract_qt/actions/runs/8057216475/job/22007861668#step:5:180

Levi-Armstrong commented 5 months ago

Fixed by #104

marrts commented 5 months ago

Still broken, I should've marked #104 as WIP after we continued discussion else where.

Levi-Armstrong commented 5 months ago

I believe this is fixed now with latest changes to branch name and CI scripts