Skip to content

Remove year from copyright notices #469

Remove year from copyright notices

Remove year from copyright notices #469

Workflow file for this run

name: docker-ros
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ros2-humble:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@main
with:
platform: amd64
target: run
image-tag: ros2-humble
base-image: rwthika/ros2:humble
command: ros2 launch etsi_its_conversion converter.launch.py
enable-recursive-vcs-import: 'false'
ros2-jazzy:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@main
with:
platform: amd64
target: run
image-tag: ros2-jazzy
enable-push-as-latest: 'true'
base-image: rwthika/ros2:jazzy
rmw-implementation: rmw_zenoh_cpp
command: ros2 launch etsi_its_conversion converter.launch.py
enable-recursive-vcs-import: 'false'
ros2-kilted:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@main
with:
platform: amd64
target: run
image-tag: ros2-kilted
base-image: rwthika/ros2:kilted
rmw-implementation: rmw_zenoh_cpp
command: ros2 launch etsi_its_conversion converter.launch.py
enable-recursive-vcs-import: 'false'