File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
ros :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : ika-rwth-aachen/docker-ros@main
10
+ - uses : ika-rwth-aachen/docker-ros@v1.0.0
11
11
with :
12
12
image-tag : ros
13
13
base-image : rwthika/ros:latest
18
18
ros2 :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : ika-rwth-aachen/docker-ros@main
21
+ - uses : ika-rwth-aachen/docker-ros@v1.0.0
22
22
with :
23
23
image-tag : ros2
24
24
base-image : rwthika/ros2:latest
Original file line number Diff line number Diff line change 1
1
include :
2
- - remote : https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main /.gitlab-ci/docker-ros.yml
2
+ - remote : https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.0.0 /.gitlab-ci/docker-ros.yml
3
3
4
4
variables :
5
5
IMAGE_TAG : ros
Original file line number Diff line number Diff line change 1
1
include :
2
- - remote : https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main /.gitlab-ci/docker-ros.yml
2
+ - remote : https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/v1.0.0 /.gitlab-ci/docker-ros.yml
3
3
4
4
variables :
5
5
IMAGE_TAG : ros2
You can’t perform that action at this time.
0 commit comments