Skip to content

Commit

Permalink
bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Oct 20, 2023
1 parent 85423ac commit 30d6a29
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 @@ -101,7 +101,7 @@ jobs:
docker-ros:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@v1.3.0
- uses: ika-rwth-aachen/docker-ros@v1.3.1
with:
base-image: rwthika/ros2:humble
command: ros2 run my_pkg my_node
Expand All @@ -113,7 +113,7 @@ jobs:
```yml
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.3.0/.gitlab-ci/docker-ros.yml
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.3.1/.gitlab-ci/docker-ros.yml

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

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

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

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

0 comments on commit 30d6a29

Please sign in to comment.