From ce8ff2b8ab0cbb7df971063e52c79de7d93441a8 Mon Sep 17 00:00:00 2001 From: Ruixiang Du Date: Thu, 16 Mar 2023 13:36:56 +0800 Subject: [PATCH] ci: updated container image to ros:melodic-robot --- .github/workflows/ros-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ros-ci.yml b/.github/workflows/ros-ci.yml index 87743e0..42b1990 100644 --- a/.github/workflows/ros-ci.yml +++ b/.github/workflows/ros-ci.yml @@ -19,7 +19,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-18.04 container: - image: rduweston/ubuntu-ci:melodic + image: ros:melodic-robot steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2