j3soon / ros2-essentials

A repo containing essential ROS2 (Humble) features for controlling Autonomous Mobile Robots (AMRs).
Apache License 2.0
7 stars 3 forks source link

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

Closed YuZhong-Chen closed 10 months ago

YuZhong-Chen commented 10 months 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 10 months ago

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