Skip to content

Commit

Permalink
bump version to v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher authored Nov 19, 2024
1 parent 729ea2d commit fe83b78
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/[email protected].1
- uses: ika-rwth-aachen/[email protected].2
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand All @@ -124,7 +124,7 @@ jobs:
```yml
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.1/.gitlab-ci/docker-ros.yml
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.2/.gitlab-ci/docker-ros.yml

variables:
BASE_IMAGE: rwthika/ros2:humble
Expand All @@ -143,7 +143,7 @@ jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/[email protected].1
- uses: ika-rwth-aachen/[email protected].2
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand All @@ -156,7 +156,7 @@ jobs:
```yml
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.1/.gitlab-ci/docker-ros.yml
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.2/.gitlab-ci/docker-ros.yml

variables:
BASE_IMAGE: rwthika/ros2:humble
Expand All @@ -176,7 +176,7 @@ jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/[email protected].1
- uses: ika-rwth-aachen/[email protected].2
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand All @@ -190,7 +190,7 @@ jobs:
```yml
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.1/.gitlab-ci/docker-ros.yml
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.2/.gitlab-ci/docker-ros.yml

variables:
BASE_IMAGE: rwthika/ros2:humble
Expand All @@ -211,7 +211,7 @@ jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/[email protected].1
- uses: ika-rwth-aachen/[email protected].2
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand All @@ -224,7 +224,7 @@ jobs:
```yml
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.1/.gitlab-ci/docker-ros.yml
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.2/.gitlab-ci/docker-ros.yml

variables:
BASE_IMAGE: rwthika/ros2:humble
Expand All @@ -248,7 +248,7 @@ jobs:
platform: [amd64, arm64]
runs-on: [self-hosted, "${{ matrix.platform }}"]
steps:
- uses: ika-rwth-aachen/[email protected].1
- uses: ika-rwth-aachen/[email protected].2
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand Down

0 comments on commit fe83b78

Please sign in to comment.