We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c19a88 commit 54ea95aCopy full SHA for 54ea95a
.github/workflows/build_main_against_distros.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
mkdir -p /tmp/docker_context/ws/src
25
cp -r . /tmp/docker_context/ws/src
26
- echo 'FROM osrf/ros:${{ matrix.ros_distro }}-desktop-full
+ echo 'FROM ghcr.io/ros-navigation/nav2_docker:${{ matrix.ros_distro }}-nightly
27
28
RUN apt-get update && apt-get install -y \
29
python3-pip \
0 commit comments