Skip to content

Commit 54ea95a

Browse files
Speed up CI builds for released distros (#5168)
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent 4c19a88 commit 54ea95a

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)