Closed marrts closed 7 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.
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.
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
Addresses #103