File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 ros_testing : true
2222 - base_image_tag : jammy
2323 ros_testing : true
24- name : " ubuntu-${{ matrix.base_image_tag }}${{ matrix.ros_testing && '-testing'}} ${{ matrix.platform }}"
24+ name : " ubuntu-${{ matrix.base_image_tag }}${{ matrix.ros_testing && '-testing' || '' }} ${{ matrix.platform }}"
2525 # always use latest linux worker, as it should not have any impact
2626 # when it comes to building docker images.
2727 runs-on : ubuntu-24.04${{ matrix.platform == 'linux/arm64' && '-arm' || '' }}
5959 ROS_DISTRO=none
6060 ROS_TESTING=${{ matrix.ros_testing && 'true' || '' }}
6161 tags : |
62- rostooling/setup-ros-docker:ubuntu-${{ matrix.base_image_tag }}${{ matrix.ros_testing && '-testing'}}-latest
63- ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-${{ matrix.base_image_tag }}${{ matrix.ros_testing && '-testing'}}:latest
62+ rostooling/setup-ros-docker:ubuntu-${{ matrix.base_image_tag }}${{ matrix.ros_testing && '-testing' || '' }}-latest
63+ ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-${{ matrix.base_image_tag }}${{ matrix.ros_testing && '-testing' || '' }}:latest
6464
6565 ros_variant :
6666 if : false
You can’t perform that action at this time.
0 commit comments