Skip to content

Commit 97e4b26

Browse files
authored
revert temporary changes in ci
1 parent 258d7c1 commit 97e4b26

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docker-ros.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
ros:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: ika-rwth-aachen/docker-ros@fix/slim-github-ci
10+
- uses: ika-rwth-aachen/docker-ros@main
1111
with:
1212
platform: amd64,arm64
1313
target: run
@@ -19,13 +19,12 @@ jobs:
1919
ros2:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: ika-rwth-aachen/docker-ros@fix/slim-github-ci
22+
- uses: ika-rwth-aachen/docker-ros@main
2323
with:
2424
platform: amd64,arm64
2525
target: run
2626
image-tag: ros2
2727
enable-push-as-latest: 'true'
28-
base-image: rwthika/ros2:jazzy
28+
base-image: rwthika/ros2:latest
2929
command: ros2 launch mqtt_client standalone.launch.ros2.xml
3030
enable-industrial-ci: 'true'
31-
rmw-implementation: rmw_zenoh_cpp

0 commit comments

Comments
 (0)