diff --git a/.github/workflows/ros2.yml b/.github/workflows/ros2.yml index 2ae5dce3e..b1a33bb0f 100644 --- a/.github/workflows/ros2.yml +++ b/.github/workflows/ros2.yml @@ -17,7 +17,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - name: Build on ros2 ${{ matrix.ros_distro }} on ubuntu ${{ matrix.ubuntu_distro }} + name: Build ros2 ${{ matrix.ros_distro }} on ubuntu ${{ matrix.ubuntu_distro }} runs-on: ubuntu-latest strategy: matrix: @@ -31,7 +31,7 @@ jobs: ubuntu_distro: 'noble' fail-fast: false container: - image: rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.docker_image }}-desktop-latest + image: rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}-desktop-latest steps: - uses: actions/checkout@v4 - uses: ros-tooling/setup-ros@v0.7