From d83902160d843b4381da10a2a4e63ed9b836d862 Mon Sep 17 00:00:00 2001 From: Lennart Reiher Date: Thu, 14 Nov 2024 20:45:01 +0000 Subject: [PATCH] upgrade ros2 ci on github to jazzy --- .github/workflows/ros2.yml | 8 ++++---- ros2/.repos | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ros2.yml b/.github/workflows/ros2.yml index 787c87c..427b3ff 100644 --- a/.github/workflows/ros2.yml +++ b/.github/workflows/ros2.yml @@ -22,13 +22,13 @@ jobs: uses: jenseng/dynamic-uses@v1 with: uses: ika-rwth-aachen/docker-ros@${{ github.event.inputs.docker-ros-git-ref }} - with: '{ "base-image": "rwthika/ros2:latest", "command": "ros2 topic list", "platform": "amd64", "target": "dev,run", "build-context": "ros2", "image-tag": "ros2", "enable-industrial-ci": "true"}' + with: '{ "base-image": "rwthika/ros2:jazzy", "command": "ros2 topic list", "platform": "amd64", "target": "dev,run", "build-context": "ros2", "image-tag": "ros2", "enable-industrial-ci": "true"}' - name: docker-ros if: ${{ github.event_name == 'push' }} uses: ika-rwth-aachen/docker-ros@main with: - base-image: rwthika/ros2:latest + base-image: rwthika/ros2:jazzy command: ros2 topic list platform: amd64 target: dev,run @@ -50,13 +50,13 @@ jobs: uses: jenseng/dynamic-uses@v1 with: uses: ika-rwth-aachen/docker-ros@${{ github.event.inputs.docker-ros-git-ref }} - with: '{ "base-image": "rwthika/ros2:latest", "command": "ros2 topic list", "platform": "${{ matrix.platform }}", "target": "${{ matrix.target }}", "build-context": "ros2", "image-tag": "ros2", "enable-industrial-ci": "true", "enable-singlearch-push": "true"}' + with: '{ "base-image": "rwthika/ros2:jazzy", "command": "ros2 topic list", "platform": "${{ matrix.platform }}", "target": "${{ matrix.target }}", "build-context": "ros2", "image-tag": "ros2", "enable-industrial-ci": "true", "enable-singlearch-push": "true"}' - name: docker-ros if: ${{ github.event_name == 'push' }} uses: ika-rwth-aachen/docker-ros@main with: - base-image: rwthika/ros2:latest + base-image: rwthika/ros2:jazzy command: ros2 topic list platform: ${{ matrix.platform }} target: ${{ matrix.target }} diff --git a/ros2/.repos b/ros2/.repos index 8c2de51..d6ce541 100644 --- a/ros2/.repos +++ b/ros2/.repos @@ -2,4 +2,4 @@ repositories: ros2_examples: type: git url: https://github.com/ros2/examples.git - version: humble \ No newline at end of file + version: jazzy \ No newline at end of file