ci: updated container image to ros:melodic-robot

This commit is contained in:
Ruixiang Du
2023-03-16 13:36:56 +08:00
parent 1cbf2ec8f5
commit ce8ff2b8ab

View File

@@ -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