Skip to content

Commit 8723b77

Browse files
committed
Add workflow step to build navigation2
1 parent ab764e1 commit 8723b77

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docker-build.yml

+9
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ jobs:
3434
cache-to: type=gha,mode=max
3535
no-cache: false
3636
outputs: type=docker,dest=/tmp/moveit2.tar
37+
- name: Build nav2 image
38+
uses: docker/build-push-action@v2
39+
with:
40+
context: navigation2
41+
push: false
42+
tags: osrf/space_nav2:latest
43+
cache-from: type=gha
44+
cache-to: type=gha,mode=max
45+
no-cache: false
3746
- name: Build space robots demo image
3847
run: |
3948
docker load --input /tmp/moveit2.tar

0 commit comments

Comments
 (0)