Skip to content

Commit

Permalink
bump version to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Oct 25, 2024
1 parent d8901c5 commit 13b1ab1
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 @@ -111,7 +111,7 @@ jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@v1.5.0
- uses: ika-rwth-aachen/docker-ros@v1.6.0
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand All @@ -123,7 +123,7 @@ jobs:
```yml
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.5.0/.gitlab-ci/docker-ros.yml
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.0/.gitlab-ci/docker-ros.yml

variables:
BASE_IMAGE: rwthika/ros2:humble
Expand All @@ -142,7 +142,7 @@ jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@v1.5.0
- uses: ika-rwth-aachen/docker-ros@v1.6.0
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand All @@ -155,7 +155,7 @@ jobs:
```yml
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.5.0/.gitlab-ci/docker-ros.yml
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.0/.gitlab-ci/docker-ros.yml

variables:
BASE_IMAGE: rwthika/ros2:humble
Expand All @@ -175,7 +175,7 @@ jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@v1.5.0
- uses: ika-rwth-aachen/docker-ros@v1.6.0
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand All @@ -189,7 +189,7 @@ jobs:
```yml
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.5.0/.gitlab-ci/docker-ros.yml
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.0/.gitlab-ci/docker-ros.yml

variables:
BASE_IMAGE: rwthika/ros2:humble
Expand All @@ -210,7 +210,7 @@ jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@v1.5.0
- uses: ika-rwth-aachen/docker-ros@v1.6.0
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand All @@ -223,7 +223,7 @@ jobs:
```yml
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.5.0/.gitlab-ci/docker-ros.yml
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.0/.gitlab-ci/docker-ros.yml

variables:
BASE_IMAGE: rwthika/ros2:humble
Expand All @@ -247,7 +247,7 @@ jobs:
platform: [amd64, arm64]
runs-on: [self-hosted, "${{ matrix.platform }}"]
steps:
- uses: ika-rwth-aachen/docker-ros@v1.5.0
- uses: ika-rwth-aachen/docker-ros@v1.6.0
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand Down

0 comments on commit 13b1ab1

Please sign in to comment.