Skip to content

Commit ae03d6c

Browse files
mkhansenbotivanperez-keera
authored andcommitted
Add workflow step to build navigation2 (#126).
1 parent 7ec4919 commit ae03d6c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,19 @@ jobs:
3939
docker load --input /tmp/moveit2.tar
4040
docker images
4141
cd space_robots && ./build.sh
42+
space_nav2:
43+
runs-on: ubuntu-20.04
44+
steps:
45+
- name: Checkout
46+
uses: actions/checkout@v2
47+
- name: Set up buildx
48+
uses: docker/setup-buildx-action@v1
49+
- name: Build space_nav2 image
50+
uses: docker/build-push-action@v2
51+
with:
52+
context: navigation2
53+
push: false
54+
tags: osrf/space_nav2:latest
55+
cache-from: type=gha
56+
cache-to: type=gha,mode=max
57+
no-cache: false

0 commit comments

Comments
 (0)