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 258d7c1 commit 97e4b26Copy full SHA for 97e4b26
.github/workflows/docker-ros.yml
@@ -7,7 +7,7 @@ jobs:
7
ros:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: ika-rwth-aachen/docker-ros@fix/slim-github-ci
+ - uses: ika-rwth-aachen/docker-ros@main
11
with:
12
platform: amd64,arm64
13
target: run
@@ -19,13 +19,12 @@ jobs:
19
ros2:
20
21
22
23
24
25
26
image-tag: ros2
27
enable-push-as-latest: 'true'
28
- base-image: rwthika/ros2:jazzy
+ base-image: rwthika/ros2:latest
29
command: ros2 launch mqtt_client standalone.launch.ros2.xml
30
enable-industrial-ci: 'true'
31
- rmw-implementation: rmw_zenoh_cpp
0 commit comments