File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21+ with :
22+ ref : humble
2123 - name : Build the Docker image
22- run : docker build . --file Dockerfile/Dockerfile --tag ros2_control_demos_humble
24+ run : docker build --file Dockerfile/Dockerfile --tag ros2_control_demos_humble --build-arg ROS_DISTRO=humble .
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21+ with :
22+ ref : iron
2123 - name : Build the Docker image
22- run : docker build . --file Dockerfile/Dockerfile --tag ros2_control_demos_iron
24+ run : docker build --file Dockerfile/Dockerfile --tag ros2_control_demos_iron --build-arg ROS_DISTRO=iron .
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21+ with :
22+ ref : master
2123 - name : Build the Docker image
22- run : docker build . --file Dockerfile/Dockerfile --tag ros2_control_demos_rolling
24+ run : docker build --file Dockerfile/Dockerfile --tag ros2_control_demos_rolling --build-arg ROS_DISTRO=rolling .
You can’t perform that action at this time.
0 commit comments