tesseract-robotics / tesseract_qt

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

Fix main branch to point to master #104

Closed marrts closed 3 months ago

marrts commented 3 months ago

Addresses #103

marrts commented 3 months ago

This also adds a check on the docker CI for if it's a PR and points to master, that way we don't have to merge something on a docker CI change to see if it worked.

marrts commented 3 months ago

This also adds a check on the docker CI for if it's a PR and points to master, that way we don't have to merge something on a docker CI change to see if it worked.

The PR change was motivated by a failure on my tesseract_ros2 PR, but that appears to be another issue.

marip8 commented 3 months ago

Same comment as here. We shouldn't be using steps.meta.output.version to specify the version of the parent image. We can still add a step to choose whether TAG should be a version number or master, but those need to be independent of the branch name and version of this repo