Skip to content

Commit

Permalink
Add workflow step to build navigation2 (#126).
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhansenbot authored and ivanperez-keera committed Jan 30, 2024
1 parent 7ec4919 commit ae03d6c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,19 @@ jobs:
docker load --input /tmp/moveit2.tar
docker images
cd space_robots && ./build.sh
space_nav2:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up buildx
uses: docker/setup-buildx-action@v1
- name: Build space_nav2 image
uses: docker/build-push-action@v2
with:
context: navigation2
push: false
tags: osrf/space_nav2:latest
cache-from: type=gha
cache-to: type=gha,mode=max
no-cache: false

0 comments on commit ae03d6c

Please sign in to comment.