j3soon / ros2-essentials

A repo containing essential ROS2 Humble features for controlling Autonomous Mobile Robots (AMRs) and robotic arm manipulators.
https://j3soon.github.io/ros2-essentials/
Apache License 2.0
8 stars 3 forks source link

Is the path to Dockerfile incorrect for each workspace in GitHub Action? #19

Closed YuZhong-Chen closed 1 year ago

YuZhong-Chen commented 1 year ago

I reviewed the action file in the repository yesterday and suspect there might be an issue with the file path.
However, I haven't configured a GitHub Action before, so it could result from my misunderstanding.

https://github.com/j3soon/ros2-agv-essentials/blob/2d197a744495a0553820ad0d8e454119f8a84034/.github/workflows/build-template-ws.yaml#L3-L9

Should the path to the Dockerfile be: template_ws/docker/Dockerfile ?

j3soon commented 1 year ago

You are right. I will fix it soon, thank you!