File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,29 +25,29 @@ jobs:
2525 - name : Build Docker Image
2626 uses : docker/build-push-action@v5
2727 with :
28- tags : ethercat_driver_ros2:humble
28+ tags : ethercat_driver_ros2:jazzy
2929 file : .docker/Dockerfile
3030 push : false
3131
3232 - name : Build
3333 uses : addnab/docker-run-action@v3
3434 with :
35- image : ethercat_driver_ros2:humble
35+ image : ethercat_driver_ros2:jazzy
3636 options : -v ${{github.workspace}}/:/ros/
3737 run : |
3838 cd /ros
39- . /opt/ros/humble /setup.sh
39+ . /opt/ros/jazzy /setup.sh
4040 rosdep install --ignore-src --from-paths . -y -r && \
4141 colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
4242
4343 - name : Tests
4444 uses : addnab/docker-run-action@v3
4545 with :
46- image : ethercat_driver_ros2:humble
46+ image : ethercat_driver_ros2:jazzy
4747 options : -v ${{github.workspace}}/:/ros/
4848 run : |
4949 cd /ros
50- . /opt/ros/humble /setup.sh
50+ . /opt/ros/jazzy /setup.sh
5151 rosdep install --ignore-src --from-paths . -y -r && \
5252 colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
5353 colcon test
You can’t perform that action at this time.
0 commit comments