Skip to content

Commit 7b8a296

Browse files
committed
bump to v1.6.1
1 parent be80140 commit 7b8a296

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
docker-ros:
113113
runs-on: ubuntu-latest
114114
steps:
115-
- uses: ika-rwth-aachen/[email protected].0
115+
- uses: ika-rwth-aachen/[email protected].1
116116
with:
117117
base-image: rwthika/ros2:humble
118118
command: ros2 run my_pkg my_node
@@ -124,7 +124,7 @@ jobs:
124124
125125
```yml
126126
include:
127-
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.0/.gitlab-ci/docker-ros.yml
127+
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.1/.gitlab-ci/docker-ros.yml
128128

129129
variables:
130130
BASE_IMAGE: rwthika/ros2:humble
@@ -143,7 +143,7 @@ jobs:
143143
docker-ros:
144144
runs-on: ubuntu-latest
145145
steps:
146-
- uses: ika-rwth-aachen/[email protected].0
146+
- uses: ika-rwth-aachen/[email protected].1
147147
with:
148148
base-image: rwthika/ros2:humble
149149
command: ros2 run my_pkg my_node
@@ -156,7 +156,7 @@ jobs:
156156
157157
```yml
158158
include:
159-
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.0/.gitlab-ci/docker-ros.yml
159+
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.1/.gitlab-ci/docker-ros.yml
160160

161161
variables:
162162
BASE_IMAGE: rwthika/ros2:humble
@@ -176,7 +176,7 @@ jobs:
176176
docker-ros:
177177
runs-on: ubuntu-latest
178178
steps:
179-
- uses: ika-rwth-aachen/[email protected].0
179+
- uses: ika-rwth-aachen/[email protected].1
180180
with:
181181
base-image: rwthika/ros2:humble
182182
command: ros2 run my_pkg my_node
@@ -190,7 +190,7 @@ jobs:
190190
191191
```yml
192192
include:
193-
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.0/.gitlab-ci/docker-ros.yml
193+
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.1/.gitlab-ci/docker-ros.yml
194194

195195
variables:
196196
BASE_IMAGE: rwthika/ros2:humble
@@ -211,7 +211,7 @@ jobs:
211211
docker-ros:
212212
runs-on: ubuntu-latest
213213
steps:
214-
- uses: ika-rwth-aachen/[email protected].0
214+
- uses: ika-rwth-aachen/[email protected].1
215215
with:
216216
base-image: rwthika/ros2:humble
217217
command: ros2 run my_pkg my_node
@@ -224,7 +224,7 @@ jobs:
224224
225225
```yml
226226
include:
227-
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.0/.gitlab-ci/docker-ros.yml
227+
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.6.1/.gitlab-ci/docker-ros.yml
228228

229229
variables:
230230
BASE_IMAGE: rwthika/ros2:humble
@@ -248,7 +248,7 @@ jobs:
248248
platform: [amd64, arm64]
249249
runs-on: [self-hosted, "${{ matrix.platform }}"]
250250
steps:
251-
- uses: ika-rwth-aachen/[email protected].0
251+
- uses: ika-rwth-aachen/[email protected].1
252252
with:
253253
base-image: rwthika/ros2:humble
254254
command: ros2 run my_pkg my_node

0 commit comments

Comments
 (0)