Skip to content

Commit 4bf2f07

Browse files
SteveMacenskiSakshayMahna
authored andcommitted
Speed up CI builds for released distros (ros-navigation#5168)
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Signed-off-by: Sakshay Mahna <sakshum19@gmail.com>
1 parent 7ad783d commit 4bf2f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/build_main_against_distros.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
mkdir -p /tmp/docker_context/ws/src
2525
cp -r . /tmp/docker_context/ws/src
26-
echo 'FROM osrf/ros:${{ matrix.ros_distro }}-desktop-full
26+
echo 'FROM ghcr.io/ros-navigation/nav2_docker:${{ matrix.ros_distro }}-nightly
2727
2828
RUN apt-get update && apt-get install -y \
2929
python3-pip \

0 commit comments

Comments
 (0)