Skip to content

Commit

Permalink
Update ros-buildtools image to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-dias-alves committed Jul 19, 2023
1 parent 145d89e commit 0fa31ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TestOnPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
runs-on: ubuntu-20.04
needs: [ Lint-Project ]
container:
image: registry.cloud.mov.ai/qa/ros-buildtools-noetic:v1.0.14
image: registry.cloud.mov.ai/qa/ros-buildtools-noetic:v2.0.3
options: --user root
credentials:
username: ${{secrets.PORTUS_APP_USER}}
Expand All @@ -173,7 +173,7 @@ jobs:
run: |
PACKAGE_VERSION=$(dpkg-parsechangelog --show-field Version)
PACKAGE_NAME=$(dpkg-parsechangelog --show-field Source)
https://github.com/MOV-AI/movai-flow/actions/runs/5599581595/jobs/10240751205
echo ::set-output name=pkg_name::$PACKAGE_NAME
echo ::set-output name=pkg_version::$PACKAGE_VERSION

Expand Down

0 comments on commit 0fa31ec

Please sign in to comment.